We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15ec305 + dcfdcd8 commit e970e11Copy full SHA for e970e11
1 file changed
.github/workflows/release.yaml
@@ -8,6 +8,7 @@ on:
8
required: false
9
10
env:
11
+ python-version: "3.8"
12
pyinstaller-version: "4.0"
13
name: modimporter
14
artifacts-content-type: application/zip
@@ -106,7 +107,7 @@ jobs:
106
107
- name: Set up Python
108
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
109
with:
- python-version: 3.9
110
+ python-version: ${{ env.python-version }}
111
112
- name: Retrieve pip dependencies from cache
113
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
0 commit comments