Skip to content

Commit 75f9cc1

Browse files
committed
Try using Python from deadsnakes
1 parent 3b01b40 commit 75f9cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
path: euctr-tracker-data
3939

4040
- name: Install Python 3
41-
uses: actions/setup-python@v5
41+
uses: deadsnakes/actions@e640ac8743173a67cca4d7d77cd837e514bf98e8 # v3.2.0
4242
with:
43-
python-version: "3.6.15"
43+
python-version: "3.6"
4444

4545
- name: Install dependencies
4646
run: |

0 commit comments

Comments
 (0)