Skip to content

Commit

Permalink
fix: conan install
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 28, 2023
1 parent dbf2dc4 commit 9c2a7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build & Install Dependencies
run: |
pip3 install --upgrade conan urllib3
pip3 install --upgrade "conan<2" urllib3
conan install . --build
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1.1
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Build & Install Dependencies
run: |
export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin
pip3 install --upgrade "conan>1.50.0" "urllib3<1.27"
pip3 install --upgrade "conan>1.50.0, <2" "urllib3<1.27"
conan install . --build
- name: Build P(NG)Convert
run: |
Expand Down

0 comments on commit 9c2a7d7

Please sign in to comment.