Skip to content

Commit

Permalink
arm64 and cp312 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 1, 2023
1 parent 807cc78 commit 0d6985b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# For python 3.10, 3.11 do not install extras (sparsesuite)
- name: Install package and dependencies
if: (matrix.python-version == '3.10') || (matrix.python-version == '3.11')
if: (matrix.python-version == '3.10') || (matrix.python-version == '3.11') || (matrix.python-version == '3.12')
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade numpy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install OpenMP and numpy for mac
if: runner.os == 'macos'
run: |
# brew install libomp
brew install libomp # TEST
# Starting from libomp>=15.0, the libomp installation in homebrew is "keg-only",
# meaning that libomp is only installed in homebrew's directory, but not moved
Expand Down

0 comments on commit 0d6985b

Please sign in to comment.