Skip to content

Commit 608141d

Browse files
committed
use the pandas nightly wheel in CI
1 parent c7c1e35 commit 608141d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Install build and test dependencies
2020
run: |
2121
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
22-
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas
22+
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
23+
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
2324
- name: Install asciidtype
2425
working-directory: asciidtype
2526
run: |

0 commit comments

Comments
 (0)