We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf47a1 commit eaf1bbdCopy full SHA for eaf1bbd
.github/workflows/ci.yaml
@@ -52,14 +52,11 @@ jobs:
52
python -c "from pytissueoptics.rayscattering.opencl import OPENCL_OK; assert OPENCL_OK"
53
54
- name: Test headless PyQt5
55
-# env:
56
-# QT_QPA_PLATFORM: offscreen
57
run: |
58
python -c "from PyQt5.QtWidgets import QApplication, QLabel; app = QApplication([]); QLabel('Test');"
59
60
- name: Run tests
61
env:
62
- QT_QPA_PLATFORM: offscreen
63
PTO_DEVICE_INDEX: 0
64
PTO_N_WORK_UNITS: 128
65
PTO_MAX_MEMORY_MB: 1024
0 commit comments