Skip to content

Commit

Permalink
Skip pip-compile pre-commit hook in Actions
Browse files Browse the repository at this point in the history
It was failing because a number of matrix items didn't have Python 3.8
installed.
  • Loading branch information
bmerry committed Aug 1, 2023
1 parent 744a11a commit bfb75bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
- run: pip install -v .
- name: Run tests
run: ./.ci/py-tests.sh
- run: pre-commit run --all-files
# Skip pip-compile because not all configurations have a python3.8 binary
- run: SKIP=pip-compile pre-commit run --all-files
- name: Show ccache stats
run: ccache -s

Expand Down

0 comments on commit bfb75bf

Please sign in to comment.