Skip to content

Commit

Permalink
Enable python 3.11 CI test (conda)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jul 19, 2023
1 parent 5d4bfe8 commit ca37461
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,14 @@ jobs:
python --version 2>&1 | grep 'Python 3\.10'
bash build/ci-py-build-wheels.sh
#TODO: enable when it supports 3.11, see all releases: curl -L https://repo.anaconda.com/pkgs/main/osx-64
# - uses: conda-incubator/[email protected]
# with:
# python-version: '3.11'
# - name: Build and test the wheel
# shell: bash -le {0}
# run: |
# python --version 2>&1 | grep 'Python 3\.11'
# bash build/ci-py-build-wheels.sh
- uses: conda-incubator/[email protected]
with:
python-version: '3.11'
- name: Build and test the wheel
shell: bash -le {0}
run: |
python --version 2>&1 | grep 'Python 3\.11'
bash build/ci-py-build-wheels.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ca37461

Please sign in to comment.