Skip to content

Commit e83897c

Browse files
authored
Update python-dev.yml
1 parent d604e0b commit e83897c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-dev.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
shell: bash -el {0}
5959
run: |
6060
python -m pip install --upgrade pip setuptools wheel
61-
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
61+
#pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
62+
pip install numpy
6263
pip install git+https://github.com/nedbat/coveragepy.git
6364
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
6465
pip list

0 commit comments

Comments
 (0)