Skip to content

Commit 95c9f88

Browse files
committed
Update ci.yaml
1 parent 3d5ce98 commit 95c9f88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,10 @@ jobs:
5151
python -m pip freeze --all
5252
5353
- name: Run tests
54+
env:
55+
QT_QPA_PLATFORM: offscreen
56+
PTO_DEVICE_INDEX: 0
57+
PTO_N_WORK_UNITS: 128
58+
PTO_MAX_MEMORY_MB: 1024
5459
run: |
5560
python -m pytest -v

0 commit comments

Comments
 (0)