Skip to content

Commit

Permalink
Revert "Use the latest stable version of Python for linting"
Browse files Browse the repository at this point in the history
This reverts commit 49c10b8.
  • Loading branch information
Perlence committed Dec 16, 2024
1 parent 0b69bf1 commit e6a987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.9
- name: get pip cache dir
id: pip-cache
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e6a987b

Please sign in to comment.