Skip to content

Commit

Permalink
follow-up issue 2634
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 23, 2024
1 parent b39b87d commit 9ef7e16
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,20 @@ jobs:
arch: x86_64
cc: gcc-11
cxx: g++-11
- os: macos-12
platform: macosx
arch: x86_64
cc: clang
cxx: clang++
- os: macos-14
platform: macosx
arch: arm64
cc: clang
cxx: clang++
# Follow-up flagged in https://github.com/single-cell-data/TileDB-SOMA/issues/2634
# TL;DR direct pip-install of the wheel file fails bafflingly (see #2634 for details)
# but works in non-GHA environments including laptops and MacOS EC2 instances.
#
#- os: macos-12
# platform: macosx
# arch: x86_64
# cc: clang
# cxx: clang++
#- os: macos-14
# platform: macosx
# arch: arm64
# cc: clang
# cxx: clang++
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9ef7e16

Please sign in to comment.