Skip to content

Commit 891dce3

Browse files
committed
Fixed name of one of the pre-conditions to be installed
1 parent b0e53d4 commit 891dce3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pre-commit_wsl.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: windows-2022
1414
strategy:
1515
matrix:
16-
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" ]
1718
name: Pre-commit WSL python ${{ matrix.python-version }}
1819
steps:
1920
- uses: Vampire/setup-wsl@v6
@@ -39,7 +40,7 @@ jobs:
3940
tk-dev
4041
libffi-dev
4142
liblzma-dev
42-
python-openssl
43+
python3-openssl
4344
- name: Install pyenv in WSL
4445
shell: wsl-bash {0}
4546
run: |

0 commit comments

Comments
 (0)