diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4ad3e5dd..3cc39fa2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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