Skip to content

Commit

Permalink
fix: setup python in the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Oct 13, 2024
1 parent d4bfd83 commit 7351fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7351fbf

Please sign in to comment.