Skip to content

Commit

Permalink
build the portable zip on the same major.minor version of python as i…
Browse files Browse the repository at this point in the history
…s bundled with it
  • Loading branch information
beardypig committed Jan 4, 2021
1 parent 00749df commit 612b929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v1
name: Setup Python
with:
python-version: 3.6
python-version: 3.7

- name: Install dependencies
run: pip install -U wheel pip
Expand Down

0 comments on commit 612b929

Please sign in to comment.