|
13 | 13 | runs-on: windows-2022 |
14 | 14 | strategy: |
15 | 15 | matrix: |
16 | | - python-version: [ "3.12" ] |
17 | | -# python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
| 16 | +# python-version: [ "3.12" ] |
| 17 | + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
18 | 18 | name: Pre-commit WSL python ${{ matrix.python-version }} |
19 | 19 | steps: |
20 | 20 | - uses: Vampire/setup-wsl@v6 |
@@ -135,8 +135,8 @@ jobs: |
135 | 135 | runs-on: ubuntu-latest |
136 | 136 | strategy: |
137 | 137 | matrix: |
138 | | - python-version: [ "3.12" ] |
139 | | -# python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
| 138 | +# python-version: [ "3.12" ] |
| 139 | + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
140 | 140 | name: Validate licences of gathered dependencies (WSL python ${{ matrix.python-version }}) |
141 | 141 | needs: |
142 | 142 | - pre-commit |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | if: steps.move.outputs.skip == 'false' |
209 | 209 | with: |
210 | 210 | title: Updated WSL constraints (triggered on ${{ steps.timestamp.outputs.timestamp }} by ${{ github.sha }}) |
211 | | - branch: create-pull-request/patch-constraints |
| 211 | + branch: create-pull-request/patch-wsl_constraints |
212 | 212 | add-paths: constraints-*-wsl.txt |
213 | 213 | delete-branch: true |
214 | 214 | commit-message: "[create-pull-request] Automatically commit updated contents (constraints WSL)" |
|
0 commit comments