mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
See if switching to python 3.7 fixes pytest CI
This commit is contained in:
parent
c7d357a100
commit
39ee17f06d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
|
@ -9,10 +9,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install libgl1-mesa-glx libegl1
|
||||
|
|
|
|||
Loading…
Reference in a new issue