Skip to content

Commit

Permalink
force python 3.9 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Mar 23, 2021
1 parent 6f76243 commit b2ab6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

env:
OS: ${{ matrix.os }}
PYTHON: '3.8'
PYTHON: '3.9'

steps:

Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@master
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
Expand Down

0 comments on commit b2ab6b7

Please sign in to comment.