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 bef1cc2 commit 4f242fdCopy full SHA for 4f242fd
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
22
pip uninstall -y numpy
23
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
+ pip install --no-deps --no-build-isolation -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
25
- name: Install asciidtype
26
working-directory: asciidtype
27
run: |
0 commit comments