Skip to content

Commit e46ed30

Browse files
committed
work around pandas numpy pin
1 parent 58ac3fc commit e46ed30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
python-version: "3.10"
1919
- name: Install build and test dependencies
2020
run: |
21-
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
22-
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
2321
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
22+
pip uninstall -y numpy
23+
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
24+
pip install --no-deps -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
2425
- name: Install asciidtype
2526
working-directory: asciidtype
2627
run: |

0 commit comments

Comments
 (0)