Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi authored May 13, 2024
1 parent 92bbe25 commit f1e2a42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ jobs:
source ./macports-ci install
- name: Setup environment
run: |
# 3.11 failing for some unknown reason
echo MACPORTS_PY_VERSIONS="3.9 3.10 3.12" >> $GITHUB_ENV
# 3.11 and 3.12 failing for some unknown reason on GHA
# this is only failing with MacOS-12, maybe it's worth checking why
# meanwhil they are disabled
echo MACPORTS_PY_VERSIONS="3.9 3.10" >> $GITHUB_ENV
- name: Install python
run: |
for pyver in $MACPORTS_PY_VERSIONS
Expand Down

0 comments on commit f1e2a42

Please sign in to comment.