Skip to content

Commit 47bea02

Browse files
committed
Add Python version to GitHub actions
1 parent 8c72858 commit 47bea02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-python@v4
21+
with:
22+
python-version: '3.8'
2123

2224
- name: Install dependencies
2325
run: |
@@ -39,6 +41,8 @@ jobs:
3941
steps:
4042
- uses: actions/checkout@v3
4143
- uses: actions/setup-python@v4
44+
with:
45+
python-version: '3.8'
4246

4347
- name: Install dependencies
4448
run: |
@@ -63,6 +67,8 @@ jobs:
6367
steps:
6468
- uses: actions/checkout@v3
6569
- uses: actions/setup-python@v4
70+
with:
71+
python-version: '3.8'
6672
- name: Flatpak builder
6773
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
6874
with:

0 commit comments

Comments
 (0)