Skip to content

Commit

Permalink
install recent Python to handle cffconvert
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 14, 2024
1 parent fe6cf41 commit 696c990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
with open('pyproject.toml', 'w') as f:
toml.dump(config, f)
"
- name: Install most Python stable to handle cffconvert
uses: actions/setup-python@v4
- name: Generate citation formats
run: |
python --version
Expand Down

0 comments on commit 696c990

Please sign in to comment.