Skip to content

Commit

Permalink
lock python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 19, 2024
1 parent 0df82da commit 5c85d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10.14'
- name: Install wpiformat
run: pip3 install wpiformat==2024.40
- name: Run
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10.14'
- name: Install wpiformat
run: pip3 install wpiformat==2024.40
- name: Create compile_commands.json
Expand Down

0 comments on commit 5c85d91

Please sign in to comment.