We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2b704 commit abb0972Copy full SHA for abb0972
.github/workflows/build.yaml
@@ -19,13 +19,13 @@ jobs:
19
- name: Set up Python 3.9
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 3.9
+ python-version: 3.9.7
23
architecture: ${{ matrix.architecture }}
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
pip install pipenv
28
- pipenv install --dev
+ pipenv --python C:\hostedtoolcache\windows\Python\3.9.7\${{ matrix.architecture }}\python.exe install --dev
29
pipenv install pyinstaller
30
- name: Build executable
31
0 commit comments