File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 matrix-coverage :
15- uses : scikit-package/release-scripts/.github/workflows/_matrix-and -codecov-on-merge-to-main.yml@v0
15+ uses : scikit-package/release-scripts/.github/workflows/_matrix-no -codecov-on-merge-to-main.yml@v0
1616 with :
1717 project : diffpy.distanceprinter
1818 c_extension : false
1919 headless : false
20- secrets :
21- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 66
77jobs :
88 tests-on-pr :
9- uses : scikit-package/release-scripts/.github/workflows/_tests-on-pr.yml@v0
9+ uses : scikit-package/release-scripts/.github/workflows/_tests-on-pr-no-codecov .yml@v0
1010 with :
1111 project : diffpy.distanceprinter
1212 c_extension : false
1313 headless : false
14- secrets :
15- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
14+ run : |
15+ conda install pre-commit
16+ pre-commit run --all-files
You can’t perform that action at this time.
0 commit comments