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 ec2ec16 commit 7663034Copy full SHA for 7663034
.github/workflows/run_tests.yml
@@ -98,4 +98,4 @@ jobs:
98
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
99
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
100
run: |
101
- cd docs/ && pytest --nbval-lax --disable-warnings
+ cd docs/ && poetry run pytest --nbval-lax --disable-warnings
0 commit comments