Skip to content

Commit 0f02b1c

Browse files
authored
Update build.yaml
1 parent 3bddc80 commit 0f02b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
docker run -t ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}@${{ steps.build.outputs.digest }} bash -c " \
6868
pip install pytest nbmake; \
69-
find . -name '*.ipynb' | pytest --nbmake --nbmake-timeout=3600 --ignore=answers;
69+
find . -name '*.ipynb' | pytest --nbmake --nbmake-timeout=3600 --ignore=answers; "
7070
7171
- name: Export digest
7272
run: |

0 commit comments

Comments
 (0)