Skip to content

Commit

Permalink
ci: Update python version for GitHub actions, build.yaml
Browse files Browse the repository at this point in the history
- Update Python version in build steps from 3.12 to 3.12.2
- Ensure consistency in Python version across project files
  • Loading branch information
johnnyhuy committed Apr 4, 2024
1 parent 8d85189 commit 8a7675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 12
python-version: 3.12.2

- name: Setup
run: make setup

0 comments on commit 8a7675c

Please sign in to comment.