Skip to content

Commit 4e01836

Browse files
authored
workarounding pyvinecopulib setuptools build-time dependency conflict (#1324)
1 parent 063feed commit 4e01836

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ jobs:
198198
- if: steps.cache.outputs.cache-hit != 'true'
199199
run: |
200200
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+
201206
python -m pip install -e . -e ./examples
202207
python -m pip install -r tests/devops_tests/requirements.txt
203208
- if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)