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 bdeeb28
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,9 +18,9 @@ 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 install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
pip install -i --no-deps https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
- name: Install asciidtype
working-directory: asciidtype
run: |
Expand Down

0 comments on commit bdeeb28

Please sign in to comment.