Skip to content

Commit eaf1bbd

Browse files
committed
Update ci.yaml
1 parent 9bf47a1 commit eaf1bbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,11 @@ jobs:
5252
python -c "from pytissueoptics.rayscattering.opencl import OPENCL_OK; assert OPENCL_OK"
5353
5454
- name: Test headless PyQt5
55-
# env:
56-
# QT_QPA_PLATFORM: offscreen
5755
run: |
5856
python -c "from PyQt5.QtWidgets import QApplication, QLabel; app = QApplication([]); QLabel('Test');"
5957
6058
- name: Run tests
6159
env:
62-
QT_QPA_PLATFORM: offscreen
6360
PTO_DEVICE_INDEX: 0
6461
PTO_N_WORK_UNITS: 128
6562
PTO_MAX_MEMORY_MB: 1024

0 commit comments

Comments
 (0)