notebook fix (#9687)

* notebook fix

* notebook ficx

* fix

* fix

* fix

* change notebook workflow

* test

* try ubuntu latest

* format
This commit is contained in:
Dawood Khan 2024-10-14 10:24:08 -04:00 committed by GitHub
parent fd0264f335
commit d0c1e78977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Print Git Status
run: echo $(git status) && echo $(git diff)
- name: Assert Notebooks Match
run: git status | grep "nothing to commit, working tree clean"
run: git status --untracked-files=all demo/ | grep "nothing to commit, working tree clean"
- name: Check for large files
uses: actionsdesk/lfs-warning@4b98a8a5e6c429c23c34eee02d71553bca216425 # @v3.3
with:

File diff suppressed because one or more lines are too long