test other packages and add delays to project editor test

This commit is contained in:
Veronica K. B. Olsen
2020-08-20 20:24:40 +02:00
parent c0769581ea
commit 8b2d7e2917
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -16,11 +16,12 @@ jobs:
python-version: 3.8
architecture: x64
- name: Install Packages
run: sudo apt install xvfb libenchant-dev python3-pyqt5 python3-pyqt5.qtsvg python3-lxml
run: sudo apt install xvfb libenchant-dev qt5-default # python3-pyqt5 python3-pyqt5.qtsvg python3-lxml
- name: Checkout Source
uses: actions/checkout@v2
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install PyVirtualDisplay
pip install pytest-cov