Skip to content

Commit b8bead6

Browse files
committed
and shapely
1 parent 7f0eb0c commit b8bead6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: python -m pytest -vv --ignore=tests/selenium
3838

3939
- 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
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 shapely -U
4141
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
4242

4343
- name: Code tests with nightly dependencies

0 commit comments

Comments
 (0)