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 0cc4462 commit a7c124fCopy full SHA for a7c124f
.github/workflows/ci.yml
@@ -18,8 +18,8 @@ jobs:
18
python-version: "3.10"
19
- name: Install build and test dependencies
20
run: |
21
- 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
+ pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
+ pip install --pre --extra-index 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
24
- name: Install asciidtype
25
working-directory: asciidtype
0 commit comments