File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5353 with :
5454 python-version : ${{ env.PYTHON_VERSION }}
5555 - name : install python dependencies
56- run : python -m pip install --upgrade pip conan semver
56+ run : python -m pip install -r requirements.txt
5757
5858 - name : conan config
5959 run : conan config install .github/config/ubuntu-24.04/conan
Original file line number Diff line number Diff line change 7373 with :
7474 python-version : ${{ env.PYTHON_VERSION }}
7575 - name : install python dependencies
76- run : python -m pip install --upgrade pip conan semver
76+ run : python -m pip install -r requirements.txt
7777
7878 - name : conan config
7979 run : conan config install .github/config/ubuntu-24.04/conan
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 python-version : ${{ env.PYTHON_VERSION }}
106106 - name : install python dependencies and setuptools (required to build GLib)
107- run : python -m pip install --upgrade pip conan setuptools
107+ run : python -m pip install -r requirements.txt
108108
109109 - name : install NDK
110110 if : startsWith(matrix.config.host_profile, 'android')
Original file line number Diff line number Diff line change 2121 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2222 with :
2323 python-version : ${{ env.PYTHON_VERSION }}
24- - run : python -m pip install --upgrade conan
24+ - run : python -m pip install -r requirements.txt
2525
2626 - run : conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
2727 - run : conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
Original file line number Diff line number Diff line change 4848 with :
4949 python-version : ${{ env.PYTHON_VERSION }}
5050 - name : install python dependencies
51- run : python -m pip install --upgrade pip pyyaml
51+ run : python -m pip install -r requirements.txt
5252
5353 - name : Get requested packages from commits and workflow_dispatch inputs
5454 id : list-packages-without-dependents
8383 with :
8484 python-version : ${{ env.PYTHON_VERSION }}
8585 - name : install python dependencies and setuptools (required to build GLib)
86- run : python -m pip install --upgrade pip conan setuptools
86+ run : python -m pip install -r requirements.txt
8787
8888 - name : install NDK
8989 run : yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ env.ndk_version }}"
Original file line number Diff line number Diff line change 1+ conan == 2.18.1
2+ pyyaml == 6.0.2
3+ semver == 3.0.4
4+ setuptools == 80.9.0
You can’t perform that action at this time.
0 commit comments