Skip to content

Commit e970e11

Browse files
Merge pull request #4 from nbusseneau/pr/workflow-switch-python-version
Switch Python version to 3.8
2 parents 15ec305 + dcfdcd8 commit e970e11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
required: false
99

1010
env:
11+
python-version: "3.8"
1112
pyinstaller-version: "4.0"
1213
name: modimporter
1314
artifacts-content-type: application/zip
@@ -106,7 +107,7 @@ jobs:
106107
- name: Set up Python
107108
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
108109
with:
109-
python-version: 3.9
110+
python-version: ${{ env.python-version }}
110111

111112
- name: Retrieve pip dependencies from cache
112113
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353

0 commit comments

Comments
 (0)