Skip to content

Commit

Permalink
Try installing niftyreg via conda on Silicon mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored May 1, 2024
1 parent 7d2729f commit 07f1ef3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ jobs:
if: matrix.os == 'macos-latest'
run: brew install hdf5

- name: Set up Conda on Apple Silicon
if: matrix.os == 'macos-latest'
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
channels: conda-forge
activate-environment: brainreg-env
- name: Install niftyreg via conda on Apple Silicon
if: matrix.os == 'macos-latest'
run: conda install niftyreg

- name: Setup QT libraries
uses: tlambert03/setup-qt-libs@v1

Expand Down

0 comments on commit 07f1ef3

Please sign in to comment.