Skip to content

Commit

Permalink
feat: changed default version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 5, 2021
1 parent 7e253f7 commit 2eef186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Build & Install Dependencies
run: |
export PATH=$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin
pip install --upgrade conan "urllib3<1.24"
pip install --upgrade "conan<1.36" "urllib3<1.24"
conan install . --build
- name: Build P(NG)Convert
run: |
Expand Down

0 comments on commit 2eef186

Please sign in to comment.