Another attempt to fix the pytest CI workflow

This commit is contained in:
Rebecca Breu 2021-03-28 11:15:51 +02:00
parent 8d7460de61
commit c65d7eced9

View file

@ -9,13 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
sudo apt install libgl1-mesa-glx libegl1
sudo apt install libgl1-mesa-glx libegl1 xvfb
python -m pip install --upgrade pip
pip install .
pip install pytest