Skip to content

Commit

Permalink
also install libpng via conda
Browse files Browse the repository at this point in the history
and double check conda env installation and activation worked
  • Loading branch information
alessandrofelder authored May 1, 2024
1 parent 07f1ef3 commit 6b35787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ jobs:
activate-environment: brainreg-env
- name: Install niftyreg via conda on Apple Silicon
if: matrix.os == 'macos-latest'
run: conda install niftyreg
run: |
which python
conda install niftyreg
conda install libpng
- name: Setup QT libraries
uses: tlambert03/setup-qt-libs@v1
Expand Down

0 comments on commit 6b35787

Please sign in to comment.