You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current .travis.yml does not work anymore, because of the unbound upgrade of pip, which tries to install version 21.0, dropping support for 3.5 (default in xenial). https://pip.pypa.io/en/stable/news/
In my upcoming PR for conan integration, I'll try and fix this temporarily by specifying a version range, but someone with a better understanding of the CI infrastructure should have a look at this.
The text was updated successfully, but these errors were encountered:
- add basic conan file
- emulate cmake_find_package behaviour
- use dynamic version for now
- update resource_pool with latest conan updates
- hotfix for yandex#281
- add basic conan file
- emulate cmake_find_package behaviour
- use dynamic version for now
- update resource_pool with latest conan updates
- hotfix for yandex#281
- add basic conan file
- emulate cmake_find_package behaviour
- use dynamic version for now
- update resource_pool with latest conan updates
- hotfix for #281
Hi,
the current
.travis.yml
does not work anymore, because of the unbound upgrade of pip, which tries to install version21.0
, dropping support for 3.5 (default in xenial). https://pip.pypa.io/en/stable/news/In my upcoming PR for conan integration, I'll try and fix this temporarily by specifying a version range, but someone with a better understanding of the CI infrastructure should have a look at this.
The text was updated successfully, but these errors were encountered: