Skip to content

Commit

Permalink
Remove additional Python
Browse files Browse the repository at this point in the history
3.8 gets installed, 3.9 is present
  • Loading branch information
ax3l committed Jan 5, 2021
1 parent 314be88 commit 4938753
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.8'
- name: Build & Test
run: |
md build
Expand All @@ -30,10 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@master
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
- name: Build & Test
shell: cmd
run: |
Expand Down

0 comments on commit 4938753

Please sign in to comment.