Skip to content

Commit 801f344

Browse files
committed
Use an unofficial setup-python action that still works with 2.7
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
1 parent ab1b460 commit 801f344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-and-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v2
20+
uses: LizardByte/setup-python-action@v2024.919.163656
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install Dependencies

0 commit comments

Comments
 (0)