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 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' }}
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 : |
You can’t perform that action at this time.
0 commit comments