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 43a21ff commit dc8a45aCopy full SHA for dc8a45a
.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/ && poetry run pytest --nbval-lax --disable-warnings -vv
+ cd docs/ && poetry run pytest --nbval-lax --disable-warnings ./user_guide -vv
0 commit comments