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.
2 parents 55d1854 + 303e10b commit dff88d1Copy full SHA for dff88d1
.github/workflows/tests+artifacts+pypi.yml
@@ -24,7 +24,9 @@ jobs:
24
fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
25
- run: pip install -r test-time-requirements.txt
26
- run: DEBUG=0 VERBOSE=1 pip install --verbose -e .
27
- - run: pytest -v -s -We -p no:unraisableexception tests/test_todos_annotated.py
+ - env:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
+ run: pytest -v -s -We -p no:unraisableexception tests/test_todos_annotated.py
30
31
build:
32
needs: [todos_annotated]
0 commit comments