Skip to content

Commit 8bfba88

Browse files
committed
use checkout as well in separate build
1 parent fb4303a commit 8bfba88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
build-27:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- name: Test on Python 2.7
37-
uses: LizardByte/setup-python-action@master
38-
with:
39-
python-version: '2.7'
36+
- uses: actions/checkout@v4
37+
- uses: LizardByte/setup-python-action@master
38+
with:
39+
python-version: '2.7'
4040

4141
- name: Install dependencies for Python 2.7
4242
run: |

0 commit comments

Comments
 (0)