We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bddc80 commit 0f02b1cCopy full SHA for 0f02b1c
.github/workflows/build.yaml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
docker run -t ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}@${{ steps.build.outputs.digest }} bash -c " \
68
pip install pytest nbmake; \
69
- find . -name '*.ipynb' | pytest --nbmake --nbmake-timeout=3600 --ignore=answers;
+ find . -name '*.ipynb' | pytest --nbmake --nbmake-timeout=3600 --ignore=answers; "
70
71
- name: Export digest
72
0 commit comments