Skip to content

Commit 6de8d5d

Browse files
committed
ci: missing --system for uv pip install
1 parent 7c66ba1 commit 6de8d5d

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
@@ -60,7 +60,7 @@ jobs:
6060
run: pip install --upgrade uv
6161
- name: Install dependencies
6262
run: |
63-
uv pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
63+
uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
6464
uv pip install --system "datasets[tests] @ ."
6565
- name: Install dependencies (latest versions)
6666
if: ${{ matrix.deps_versions == 'deps-latest' }}
@@ -100,7 +100,7 @@ jobs:
100100
run: pip install --upgrade uv
101101
- name: Install dependencies
102102
run: |
103-
uv pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
103+
uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
104104
uv pip install --system "datasets[tests] @ ."
105105
- name: Test with pytest
106106
run: |
@@ -134,7 +134,7 @@ jobs:
134134
run: pip install --upgrade uv
135135
- name: Install dependencies
136136
run: |
137-
uv pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
137+
uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev"
138138
uv pip install --system "datasets[tests_numpy2] @ ."
139139
- name: Test with pytest
140140
run: |

0 commit comments

Comments
 (0)