Skip to content

Commit

Permalink
Install recent Python earlier in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Nov 16, 2024
1 parent f8dd4e0 commit 005741c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Install a recent stable Python to handle Python deps
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Query version with setuptools_scm
id: version
shell: bash
Expand All @@ -201,10 +205,6 @@ jobs:
with open('pyproject.toml', 'w') as f:
toml.dump(config, f)
"
- name: Install a recent stable Python to handle cffconvert
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Generate citation formats
run: |
python --version
Expand Down

0 comments on commit 005741c

Please sign in to comment.