Skip to content

Commit 0d7ea4c

Browse files
committed
ci: missing --system for uv pip install
1 parent ecab17c commit 0d7ea4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pip install --upgrade uv
5959
- name: Install dependencies
6060
run: |
61-
uv pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
61+
uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
6262
uv pip install --system "datasets[tests] @ ."
6363
- name: Install dependencies (latest versions)
6464
if: ${{ matrix.deps_versions == 'deps-latest' }}
@@ -93,7 +93,7 @@ jobs:
9393
run: pip install --upgrade uv
9494
- name: Install dependencies
9595
run: |
96-
uv pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
96+
uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
9797
uv pip install --system "datasets[tests] @ ."
9898
- name: Test with pytest
9999
run: |
@@ -122,7 +122,7 @@ jobs:
122122
run: pip install --upgrade uv
123123
- name: Install dependencies
124124
run: |
125-
uv pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
125+
uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
126126
uv pip install --system "datasets[tests_numpy2] @ ."
127127
- name: Test with pytest
128128
run: |

0 commit comments

Comments
 (0)