Skip to content

Commit 72c6cb3

Browse files
authored
fix ci pip install (#368)
1 parent 2e3c8fe commit 72c6cb3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: 3.12
4848
- name: install python dependencies
49-
run: pip install --upgrade pip conan
49+
run: pip install conan
5050

5151
- name: conan remote
5252
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
@@ -177,8 +177,8 @@ jobs:
177177
uses: actions/setup-python@v5
178178
with:
179179
python-version: 3.12
180-
181-
- run: pip install -r test/scripts/requirements.txt
180+
- name: install python dependencies
181+
run: pip install -r test/scripts/requirements.txt
182182

183183
- name: download binaries
184184
uses: actions/download-artifact@v4
@@ -242,7 +242,7 @@ jobs:
242242
with:
243243
python-version: 3.12
244244
- name: install python dependencies
245-
run: pip install --upgrade pip conan
245+
run: pip install conan
246246

247247
- name: conan remote
248248
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan

test/data/input/odr-public

0 commit comments

Comments
 (0)