|
5 | 5 | branches: |
6 | 6 | - main |
7 | 7 | push: |
8 | | - # branches: |
9 | | - # - main |
10 | | - # - ci-* |
| 8 | + branches: |
| 9 | + - main |
| 10 | + - ci-* |
11 | 11 |
|
12 | 12 | env: |
13 | 13 | CI_HEADERS: ${{ secrets.CI_HEADERS }} |
|
25 | 25 | - name: Install dependencies |
26 | 26 | run: | |
27 | 27 | python -m pip install --upgrade pip |
28 | | - pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev" |
29 | 28 | pip install .[quality] |
30 | 29 | - name: Check quality |
31 | 30 | run: | |
@@ -59,15 +58,13 @@ jobs: |
59 | 58 | - name: Install uv |
60 | 59 | run: pip install --upgrade uv |
61 | 60 | - name: Install dependencies |
62 | | - run: | |
63 | | - uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev" |
64 | | - uv pip install --system "datasets[tests] @ ." |
| 61 | + run: uv pip install --system "datasets[tests] @ ." |
65 | 62 | - name: Install dependencies (latest versions) |
66 | 63 | if: ${{ matrix.deps_versions == 'deps-latest' }} |
67 | | - run: uv pip install --system --upgrade huggingface-hub "dill<0.3.9" |
| 64 | + run: uv pip install --system --upgrade pyarrow huggingface-hub "dill<0.3.9" |
68 | 65 | - name: Install dependencies (minimum versions) |
69 | 66 | if: ${{ matrix.deps_versions != 'deps-latest' }} |
70 | | - run: uv pip install --system huggingface-hub==0.24.7 transformers dill==0.3.1.1 |
| 67 | + run: uv pip install --system pyarrow==15.0.0 huggingface-hub==0.24.7 transformers dill==0.3.1.1 |
71 | 68 | - name: Test with pytest |
72 | 69 | run: | |
73 | 70 | python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/ |
|
99 | 96 | - name: Install uv |
100 | 97 | run: pip install --upgrade uv |
101 | 98 | - name: Install dependencies |
102 | | - run: | |
103 | | - uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev" |
104 | | - uv pip install --system "datasets[tests] @ ." |
| 99 | + run: uv pip install --system "datasets[tests] @ ." |
105 | 100 | - name: Test with pytest |
106 | 101 | run: | |
107 | 102 | python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/ |
@@ -133,9 +128,7 @@ jobs: |
133 | 128 | - name: Install uv |
134 | 129 | run: pip install --upgrade uv |
135 | 130 | - name: Install dependencies |
136 | | - run: | |
137 | | - uv pip install --system --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "pyarrow>=21.0.0.dev" |
138 | | - uv pip install --system "datasets[tests_numpy2] @ ." |
| 131 | + run: uv pip install --system "datasets[tests_numpy2] @ ." |
139 | 132 | - name: Test with pytest |
140 | 133 | run: | |
141 | 134 | python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/ |
0 commit comments