Skip to content

Commit

Permalink
work around pandas numpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Oct 23, 2023
1 parent 58ac3fc commit 4eb184a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
python-version: "3.10"
- name: Install build and test dependencies
run: |
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
pip uninstall 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
- name: Install asciidtype
working-directory: asciidtype
run: |
Expand Down

0 comments on commit 4eb184a

Please sign in to comment.