We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9712bb commit ff2564eCopy full SHA for ff2564e
1 file changed
.github/workflows/tests.yaml
@@ -31,6 +31,9 @@ jobs:
31
32
tests:
33
runs-on: ubuntu-24.04
34
+ env:
35
+ # This is a private access token for @choldgraf that has public read-only access.
36
+ GITHUB_ACCESS_TOKEN: ${{ secrets.TOKEN_READONLY }}
37
strategy:
38
matrix:
39
include:
@@ -49,9 +52,6 @@ jobs:
49
52
python -m pip install --upgrade pip
50
53
pip install -e .[testing]
51
54
- name: Run tests
- env:
- # This is a private access token for @choldgraf that has public read-only access.
- GITHUB_ACCESS_TOKEN: ${{ secrets.TOKEN_READONLY }}
55
run: pytest --verbose --color=yes --durations=10
56
57
docs:
0 commit comments