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