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 7e0e5a1 commit 2bf9772Copy full SHA for 2bf9772
.github/workflows/run_tests.yml
@@ -93,7 +93,7 @@ jobs:
93
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
94
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
95
run: |
96
- cd docs/ && poetry run treon -v --exclude="./examples/openai_qna.ipynb"
+ cd docs/ && poetry run treon -v
97
98
- name: Publish coverage results
99
uses: codecov/codecov-action@v4
0 commit comments