Skip to content

Commit

Permalink
[Backport release-1.9] [python/cip] Run SO copying workflow on macos-…
Browse files Browse the repository at this point in the history
…13 to avoid SIP (#2440)
  • Loading branch information
johnkerl authored Apr 12, 2024
1 parent 50e5d64 commit 6a7a14c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-so-copying.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
./venv-soma/bin/python -c "import tiledbsoma; print(tiledbsoma.pytiledbsoma.version())"
macos:
runs-on: macos-12
runs-on: macos-13
name: "macos TILEDB_EXISTS: ${{ matrix.TILEDB_EXISTS }} TILEDBSOMA_EXISTS: ${{ matrix.TILEDBSOMA_EXISTS }}"
strategy:
fail-fast: false
Expand All @@ -153,6 +153,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for setuptools-scm
- name: Check if System Integrity Protection (SIP) is enabled
run: csrutil status
- name: Install pre-built libtiledb
if: ${{ matrix.TILEDB_EXISTS == 'yes' }}
run: |
Expand Down

0 comments on commit 6a7a14c

Please sign in to comment.