Skip to content

Commit 6d35f7c

Browse files
committed
jk this is how python works
1 parent d0a8364 commit 6d35f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 1
1515

1616
- name: Set up Python 3.8
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v2
1818
with:
1919
python-version: 3.8
2020

@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 1
5454

5555
- name: Set up Python 3.8
56-
uses: actions/setup-python@v3
56+
uses: actions/setup-python@v2
5757
with:
5858
python-version: 3.8
5959

0 commit comments

Comments
 (0)