File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments