Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
fireundubh committed Aug 16, 2020
2 parents 8bb5f62 + 1f2ae2a commit c6cfbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Set up Visual Studio environment
if: success()
uses: seanmiddleditch/gha-setup-vsdevenv@v1
- name: Set up Python 3.8.3 (x64)
- name: Set up Python 3.8.5 (x64)
if: success()
uses: actions/setup-python@v1
with:
python-version: 3.8.3
python-version: 3.8.5
architecture: x64
- name: Create virtual environment
if: success()
Expand Down

0 comments on commit c6cfbe4

Please sign in to comment.