Skip to content

Commit

Permalink
use the pandas nightly wheel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Aug 18, 2023
1 parent c7c1e35 commit 8492f45
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/scientific-python-nightly-wheels/simple numpy
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy pandas
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
- name: Install asciidtype
working-directory: asciidtype
run: |
Expand Down

0 comments on commit 8492f45

Please sign in to comment.