Skip to content

Commit 4deaedb

Browse files
committed
Pip install conan like we do on Ubuntu
1 parent dc9be2c commit 4deaedb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
if: ${{ contains(matrix.os, 'macos') }}
8080
run: |
8181
brew update
82-
brew install libtiff open-mpi libyaml ccache conan
82+
brew install libtiff open-mpi libyaml ccache
83+
pip install conan
8384
echo "CMAKE_PREFIX_PATH=/usr/local/opt/libomp" >> $GITHUB_ENV
8485
8586
- name: Prepare ccache timestamp

0 commit comments

Comments
 (0)