mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:50:05 +00:00
Not ready for Conan 2.0
This commit is contained in:
parent
0cec9c316f
commit
d955c39d15
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- name: Install Conan Packages
|
- name: Install Conan Packages
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
pip install conan
|
pip install "conan<2.0"
|
||||||
conan profile new default --detect
|
conan profile new default --detect
|
||||||
conan install ./source/ `
|
conan install ./source/ `
|
||||||
--remote conancenter `
|
--remote conancenter `
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
pip install conan
|
pip install "conan<2.0"
|
||||||
pip install geopandas
|
pip install geopandas
|
||||||
pip install GitPython
|
pip install GitPython
|
||||||
pip install sphinx
|
pip install sphinx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue