Skip to content

Commit a7c124f

Browse files
committed
don't use old wheel upload location
1 parent 0cc4462 commit a7c124f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)