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 4f5ff75 commit 3b26e8aCopy full SHA for 3b26e8a
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
22
${{ runner.os }}-pip-
23
- run: pip install --upgrade -r requirements_dev.txt
24
- run: py.test --cov .
25
- - env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- run: coveralls
+ #- env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # run: coveralls
0 commit comments