Skip to content

Commit ab33f27

Browse files
committed
style: change workflow for tests-on-pr
1 parent fdc93f0 commit ab33f27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests-on-pr-no-codecov.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
c_extension: false
1313
headless: false
1414
python_version: "3.13"
15-
secrets:
16-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15+
run: |
16+
conda install pre-commit
17+
pre-commit run --all-files

0 commit comments

Comments
 (0)