Skip to content

Commit fdc93f0

Browse files
committed
style: change workflow to open source format.
1 parent 19ac985 commit fdc93f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

0 commit comments

Comments
 (0)