Skip to content

Commit 08467f7

Browse files
committed
Use pip3
1 parent 4deaedb commit 08467f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
brew update
8282
brew install libtiff open-mpi libyaml ccache
83-
pip install conan
83+
pip3 install conan
8484
echo "CMAKE_PREFIX_PATH=/usr/local/opt/libomp" >> $GITHUB_ENV
8585
8686
- name: Prepare ccache timestamp

0 commit comments

Comments
 (0)