Closed rozyczko closed 2 years ago
https://stackoverflow.com/questions/64813927/how-do-i-start-a-windows-gui-app-with-a-github-self-hosted-action-runner seems vaguely relevant.
Due to Windows session isolation, your user account can only see applications in its logon session, but not applications in other users' sessions (the GitHub action agent runs in just another session if you installed it as a service)
On the other hand, running RunApp.py
happens in the same process/instance as the build.
This used to work before, stopped at some point recently. Additionally, easyReflectometry tutorial generation works well on GH runners
potentially: comment out the windows icon?
Commenting out the windows icon in main.py doesn't help.
Fixed by ensuring enough time for the operations and that the calculators are packaged...
fixed and merged
easyDiffraction_Windows_x86-32_v0.8.0-beta.1.exe
to default locationpoetry run python tools\Scripts\RunApp.py --testmode
from a build distribution (branchupdater
)Will have a look at the github runner