Skip to content

Commit

Permalink
infra: pin the linter check to only use Python 3.9 (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Nov 2, 2023
1 parent ef4c92f commit c953d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.x'
python-version: '3.9'
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit c953d2f

Please sign in to comment.