Skip to content

Commit 4f242fd

Browse files
committed
fixing pandas meson==0.13.1 dependency issue as --no-build-isolation
1 parent bef1cc2 commit 4f242fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
2222
pip uninstall -y numpy
2323
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
24+
pip install --no-deps --no-build-isolation -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
2525
- name: Install asciidtype
2626
working-directory: asciidtype
2727
run: |

0 commit comments

Comments
 (0)