mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06:10 +01:00
Use an up to date conan package version again
Last time it was fixed to a specific version because the `conan` and the `conan-package-tools` package that `pip install` would gather were not compatible, let's hope it won't happen again.
This commit is contained in:
parent
ba9193370b
commit
dc8c8e957f
@ -276,7 +276,7 @@ matrix:
|
||||
- "3.7"
|
||||
dist: xenial
|
||||
install:
|
||||
- pip install conan==1.10.2 conan-package-tools
|
||||
- pip install conan conan-package-tools
|
||||
env:
|
||||
- CONAN_GCC_VERSIONS=8
|
||||
- CONAN_DOCKER_IMAGE=conanio/gcc8
|
||||
|
Loading…
Reference in New Issue
Block a user