Skip to content

Commit a85c1cd

Browse files
committed
don't install nightlies
1 parent 2706d8a commit a85c1cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
python-version: "3.10"
2020
- name: Install build and test dependencies
2121
run: |
22-
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
23-
pip uninstall -y numpy
24-
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
25-
pip install --no-deps -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
22+
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas numpy
2623
- name: Install asciidtype
2724
working-directory: asciidtype
2825
run: |

0 commit comments

Comments
 (0)