Update test CI jobs

This commit is contained in:
Veronica Berglyd Olsen
2023-06-01 15:39:42 +02:00
parent 58dee60297
commit 8631ea3d5a
3 changed files with 7 additions and 14 deletions
+3 -6
View File
@@ -19,17 +19,14 @@ jobs:
with:
python-version: "3.10"
architecture: x64
- name: Install Packages
- name: Install Packages (brew)
run: |
brew install enchant
- name: Checkout Source
uses: actions/checkout@v3
- name: Install Dependencies
- name: Install Dependencies (pip)
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install pyobjc
pip install -U pyobjc -r requirements.txt -r requirements-dev.txt
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen