Skip to content

Commit

Permalink
Try workaround for
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyb67 committed Nov 27, 2020
1 parent 6187e4b commit 15e0d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: windows-2016
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.7"
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 15e0d3d

Please sign in to comment.