File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments