Skip to content

Commit 9c320d4

Browse files
committed
add missing pip install
1 parent 96aee0f commit 9c320d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conan-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ jobs:
132132
python3 -m venv ./conan_venv
133133
. ./conan_venv/bin/activate
134134
135+
pip install conan
136+
135137
conan profile detect
136138
conan remote add viamconan $CONAN_REMOTE_URL
137139
conan remote auth -cc core:non_interactive=True viamconan

0 commit comments

Comments
 (0)