From 7351fbf56ded155bad4583187ee5c1b0d64886ca Mon Sep 17 00:00:00 2001 From: Adam Babik Date: Sun, 13 Oct 2024 15:01:20 +0200 Subject: [PATCH] fix: setup python in the CI workflow --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc6d5f372..cdaf8f550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,8 @@ jobs: # to make sure that `make lint` also works. - name: Run lint from Makefile run: make lint + - uses: actions/setup-python@v3 - uses: pre-commit/action@v3.0.1 - - name: pre-commit - run: pre-commit run --files $(git diff-tree --no-commit-id --name-only -r HEAD) build-and-test: # Don't use make here as this job needs to be cross-platform.