Skip to content

Commit

Permalink
don't install nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Aug 8, 2024
1 parent 2706d8a commit a85c1cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
python-version: "3.10"
- name: Install build and test dependencies
run: |
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
pip uninstall -y numpy
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
pip install --no-deps -i 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 pandas numpy
- name: Install asciidtype
working-directory: asciidtype
run: |
Expand Down

0 comments on commit a85c1cd

Please sign in to comment.