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 c7c1e35 commit 608141dCopy full SHA for 608141d
.github/workflows/ci.yml
@@ -19,7 +19,8 @@ jobs:
19
- name: Install build and test dependencies
20
run: |
21
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
22
- python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas
+ pip install -i 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
26
0 commit comments