Skip to content

Commit

Permalink
Try fix python 3.13 install issue on MacOs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Oct 19, 2024
1 parent cfa69ea commit c96e5f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
needs: [build_wheels]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0']
runs-on: macos-14
steps:
- name: add pyenv to path
Expand All @@ -106,6 +106,7 @@ jobs:
- name: install dependencies
run: |
brew install pyenv
brew upgrade pyenv
pyenv install ${{ matrix.python-version }}
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c96e5f1

Please sign in to comment.