|
30 | 30 | os: [windows-latest, macOS-latest, ubuntu-latest] |
31 | 31 | timeout-minutes: 40 |
32 | 32 | steps: |
33 | | - - uses: actions/checkout@v4 |
| 33 | + - uses: actions/checkout@v5 |
34 | 34 | - name: Set up Python 3.9 |
35 | | - uses: actions/setup-python@v5 |
| 35 | + uses: actions/setup-python@v6 |
36 | 36 | with: |
37 | 37 | python-version: '3.9' |
38 | 38 | - name: Prepare pip wheel |
@@ -79,15 +79,16 @@ jobs: |
79 | 79 | python-version: ['3.9', '3.10', '3.11', '3.12'] |
80 | 80 | timeout-minutes: 40 |
81 | 81 | steps: |
82 | | - - uses: actions/checkout@v4 |
| 82 | + - uses: actions/checkout@v5 |
83 | 83 | - name: Set up Python ${{ matrix.python-version }} |
84 | | - uses: actions/setup-python@v5 |
| 84 | + uses: actions/setup-python@v6 |
85 | 85 | with: |
86 | 86 | python-version: ${{ matrix.python-version }} |
87 | 87 | - name: Prepare pip wheel |
88 | 88 | run: | |
89 | 89 | which python |
90 | 90 | python -m pip install --user --upgrade pip setuptools wheel |
| 91 | + python -m pip install --user more-itertools>=8.0 |
91 | 92 | - name: cache weekly timestamp |
92 | 93 | id: pip-cache |
93 | 94 | run: | |
@@ -127,15 +128,16 @@ jobs: |
127 | 128 | pytorch-version: ['2.5.1', '2.6.0', '2.7.1', '2.8.0'] |
128 | 129 | timeout-minutes: 40 |
129 | 130 | steps: |
130 | | - - uses: actions/checkout@v4 |
| 131 | + - uses: actions/checkout@v5 |
131 | 132 | - name: Set up Python 3.9 |
132 | | - uses: actions/setup-python@v5 |
| 133 | + uses: actions/setup-python@v6 |
133 | 134 | with: |
134 | 135 | python-version: '3.9' |
135 | 136 | - name: Prepare pip wheel |
136 | 137 | run: | |
137 | 138 | which python |
138 | 139 | python -m pip install --user --upgrade pip setuptools wheel |
| 140 | + python -m pip install --user more-itertools>=8.0 |
139 | 141 | - name: cache weekly timestamp |
140 | 142 | id: pip-cache |
141 | 143 | run: | |
|
0 commit comments