Skip to content

Commit

Permalink
Merge pull request #4 from larsenv/three
Browse files Browse the repository at this point in the history
Change the Python version
  • Loading branch information
malmeloo authored Oct 4, 2020
2 parents 6b947b5 + 966e64d commit 4c20045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.7'
- name: Install requirements with PIP
run: pip install -r requirements.txt
- name: Install pyinstaller
Expand Down

0 comments on commit 4c20045

Please sign in to comment.