Skip to content

Commit 7f0eb0c

Browse files
committed
pull also pandas
1 parent c0939bb commit 7f0eb0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Code tests
3737
run: python -m pytest -vv --ignore=tests/selenium
3838

39-
- name: Install nightly version of numpy
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 -U
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
4141
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
4242

43-
- name: Code tests with nightly numpy
43+
- name: Code tests with nightly dependencies
4444
run: python -m pytest -vv --ignore=tests/selenium
4545
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'

0 commit comments

Comments
 (0)