Skip to content

Commit

Permalink
Swap to Python 3.7 in Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Yeaw <dan@yeaw.me>
  • Loading branch information
danyeaw committed Nov 27, 2019
1 parent a6ba056 commit 284cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.7
- name: Install Ubuntu dependencies
run: >
sudo apt-get update -q && sudo apt-get install
Expand Down

0 comments on commit 284cb30

Please sign in to comment.