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 58ac3fc commit e46ed30Copy full SHA for e46ed30
.github/workflows/ci.yml
@@ -18,9 +18,10 @@ jobs:
18
python-version: "3.10"
19
- name: Install build and test dependencies
20
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
23
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
+ pip uninstall -y numpy
+ 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
25
- name: Install asciidtype
26
working-directory: asciidtype
27
0 commit comments