We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488959 commit 0cc4462Copy full SHA for 0cc4462
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: "3.10"
19
- name: Install build and test dependencies
20
run: |
21
- pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
22
pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas
23
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
24
- name: Install asciidtype
0 commit comments