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 f83c6a5 commit 17cd56bCopy full SHA for 17cd56b
.github/workflows/documentation.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Run tests
53
run: |
54
poetry run pytest --disable-warnings
55
+ working-directory: ${{ github.workspace }}
56
57
# # Job 1: Generate documentation
58
# generate-docs:
0 commit comments