Skip to content

Commit 45059c2

Browse files
[CD] Fix conan install
1 parent 3dccab4 commit 45059c2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ jobs:
5151
java-version: 17
5252
- uses: android-actions/setup-android@v3
5353

54+
- name: setup python 3.12
55+
uses: actions/setup-python@v5
56+
with:
57+
python-version: 3.12
58+
- name: install python dependencies
59+
run: pip install --upgrade pip conan
60+
61+
- run: |
62+
conan config install .github/conan
63+
conan profile list
64+
conan profile show
5465
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
5566

5667
- run: ./gradlew lintRelease publishToMavenLocal

0 commit comments

Comments
 (0)