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 2706d8a commit a85c1cdCopy full SHA for a85c1cd
.github/workflows/ci.yml
@@ -19,10 +19,7 @@ jobs:
19
python-version: "3.10"
20
- name: Install build and test dependencies
21
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
+ python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas numpy
26
- name: Install asciidtype
27
working-directory: asciidtype
28
0 commit comments