Skip to content

Commit 0cc4462

Browse files
committed
one more try
1 parent e488959 commit 0cc4462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.10"
1919
- name: Install build and test dependencies
2020
run: |
21-
pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
21+
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
2222
pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas
2323
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
2424
- name: Install asciidtype

0 commit comments

Comments
 (0)