Skip to content

Commit

Permalink
ci: fix python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Nov 10, 2024
1 parent 1ccb2d9 commit 9daa8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: py
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.12'
cache: 'pip'
- run: pip install distutils setuptools
- run: npm install
Expand Down

0 comments on commit 9daa8ea

Please sign in to comment.