We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063feed commit 4e01836Copy full SHA for 4e01836
.github/workflows/tests+artifacts+pypi.yml
@@ -198,6 +198,11 @@ jobs:
198
- if: steps.cache.outputs.cache-hit != 'true'
199
run: |
200
python -m pip uninstall -y jupyterlab-server # https://github.com/pypa/pip/issues/6275
201
+
202
+ python -m pip install "setuptools==64.0.0"
203
+ python -m pip install pyvinecopulib # requires newer setuptools
204
+ python -m pip install "setuptools==56.0.0"
205
206
python -m pip install -e . -e ./examples
207
python -m pip install -r tests/devops_tests/requirements.txt
208
0 commit comments