Skip to content

Commit 7663034

Browse files
fix nbval command
1 parent ec2ec16 commit 7663034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
9999
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
100100
run: |
101-
cd docs/ && pytest --nbval-lax --disable-warnings
101+
cd docs/ && poetry run pytest --nbval-lax --disable-warnings

0 commit comments

Comments
 (0)