Skip to content

Commit 6b1a195

Browse files
committed
Enabling checks for all the different python versions under the WSL CI workflow
1 parent 0d27d58 commit 6b1a195

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pre-commit_wsl.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: windows-2022
1414
strategy:
1515
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" ]
1818
name: Pre-commit WSL python ${{ matrix.python-version }}
1919
steps:
2020
- uses: Vampire/setup-wsl@v6
@@ -135,8 +135,8 @@ jobs:
135135
runs-on: ubuntu-latest
136136
strategy:
137137
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" ]
140140
name: Validate licences of gathered dependencies (WSL python ${{ matrix.python-version }})
141141
needs:
142142
- pre-commit
@@ -208,7 +208,7 @@ jobs:
208208
if: steps.move.outputs.skip == 'false'
209209
with:
210210
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
212212
add-paths: constraints-*-wsl.txt
213213
delete-branch: true
214214
commit-message: "[create-pull-request] Automatically commit updated contents (constraints WSL)"

0 commit comments

Comments
 (0)