Set env variable a different way

This commit is contained in:
Micah Lee 2022-03-28 20:13:14 -07:00
parent 582b69e48a
commit 8a8901fe7e
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -55,8 +55,6 @@ jobs:
- run:
name: Run tests
environment:
QT_DEBUG_PLUGINS: 1
command: |
cd ~/repo/desktop
xvfb-run poetry run pytest -v ./tests/test_gui_*.py
QT_DEBUG_PLUGINS=1 xvfb-run poetry run pytest -v ./tests/test_gui_*.py