mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
limit pycurl in tests to recent python versions
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
|||||||
# make sure our `>=` pins really do express our minimum supported versions
|
# make sure our `>=` pins really do express our minimum supported versions
|
||||||
pip install -r ci/oldest-dependencies/requirements.old -e .
|
pip install -r ci/oldest-dependencies/requirements.old -e .
|
||||||
else
|
else
|
||||||
pip install --pre -e ".[test]" pycurl
|
pip install --pre -e ".[test]" "pycurl; python_version >= '3.10'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${{ matrix.main_dependencies }}" != "" ]; then
|
if [ "${{ matrix.main_dependencies }}" != "" ]; then
|
||||||
|
Reference in New Issue
Block a user