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 19ac985 commit fdc93f0Copy full SHA for fdc93f0
.github/workflows/tests-on-pr-no-codecov.yml
@@ -12,6 +12,5 @@ jobs:
12
c_extension: false
13
headless: false
14
python_version: "3.13"
15
- run: |
16
- conda install pre-commit
17
- pre-commit run --all-files
+ secrets:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments