Skip to content

Commit

Permalink
fix: Try fix x86 choosing x64 in pipenv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobertos committed Oct 4, 2021
1 parent 9b2b704 commit abb0972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.9.7
architecture: ${{ matrix.architecture }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev
pipenv --python C:\hostedtoolcache\windows\Python\3.9.7\${{ matrix.architecture }}\python.exe install --dev
pipenv install pyinstaller
- name: Build executable
run: |
Expand Down

0 comments on commit abb0972

Please sign in to comment.