Skip to content

Commit b3dfaab

Browse files
committed
fixed CI
1 parent 3ff7c9b commit b3dfaab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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\\.]*)?'

0 commit comments

Comments
 (0)