Move requirements file for tests to the tests folder

This commit is contained in:
Veronica Berglyd Olsen
2023-07-26 22:26:18 +02:00
parent 42d8d56636
commit 7c138d33fc
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Dependencies (pip)
run: |
pip install -U pyobjc -r requirements.txt -r requirements-dev.txt
pip install -U pyobjc -r requirements.txt -r tests/requirements.txt
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen