We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0eb0c commit b8bead6Copy full SHA for b8bead6
1 file changed
.github/workflows/test_code.yml
@@ -37,7 +37,7 @@ jobs:
37
run: python -m pytest -vv --ignore=tests/selenium
38
39
- name: Install nightly versions of dependencies
40
- run: python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy pandas -U
+ run: python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy pandas shapely -U
41
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
42
43
- name: Code tests with nightly dependencies
0 commit comments