Fix Python tests in GitHub

This commit is contained in:
Sean Whalen
2022-09-10 14:16:17 -04:00
parent 132bcde655
commit 6ccc827e4c

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.6"
python-version: "386"
- name: Install system dependencies
run: |
sudo apt-get update