Skip to content

Commit

Permalink
don't use old wheel upload location
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Aug 18, 2023
1 parent 0cc4462 commit a7c124f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
python-version: "3.10"
- name: Install build and test dependencies
run: |
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
- name: Install asciidtype
working-directory: asciidtype
Expand Down

0 comments on commit a7c124f

Please sign in to comment.