Set env variable a different way

This commit is contained in:
Micah Lee 2022-03-28 20:13:14 -07:00
parent 74172a0151
commit 8128832450

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