File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 run : |
2424 python -m pip install --upgrade pip
2525 pip install conan_package_tools
26+ pip install urllib3==1.25.3
2627
2728 - name : Run CPT
2829 run : python build.py
2930 env :
3031 CONAN_USERNAME : grisumbras
31- CONAN_CHANNEL : testing
3232 CONAN_REMOTES : https://api.bintray.com/conan/bincrafters/public-conan
3333 CONAN_UPLOAD : https://api.bintray.com/conan/grisumbras/conan
3434 CONAN_PRINT_RUN_COMMANDS : 1
Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ jobs:
2424 run : |
2525 python -m pip install --upgrade pip
2626 pip install conan_package_tools
27+ pip install urllib3==1.25.3
2728
2829 - name : Run CPT
2930 run : python build.py
3031 env :
3132 CONAN_USERNAME : grisumbras
32- CONAN_LOGIN_USERNAME : ${{ secrets.CONAN_LOGIN_USERNAME }}
33+ CONAN_LOGIN_USERNAME : grisumbras
3334 CONAN_PASSWORD : ${{ secrets.CONAN_PASSWORD }}
3435 CONAN_CHANNEL : testing
3536 CONAN_STABLE_BRANCH_PATTERN : ' \\d+\\.\\d+(\\.\\d+[-\\w\\.]*)?'
You can’t perform that action at this time.
0 commit comments