You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test action currently accepts an optional "use-xvfb" argument, which in turn uses a headless-gui action (with a specific commit hash).
- name: Run tests with XVFBif: ${{ matrix.use-xvfb }}# SHA corresponds to v1.1 releaseuses: aganders3/headless-gui@f85dd6316993505dfc5f21839d520ae440c84816with:
run: tox ${{ inputs.tox-args }}
I'm not sure why this hash is needed, or if we can simply switch to v2 of that action.
We could also consider switching to the https://github.com/pyvista/setup-headless-display-action, which I think does the same (or similar) thing. @IgorTatarnikov has reported that it does the trick for brainglobe-stitch. We would have to compare that one to a more recent version of aganders3/headless-gui and check which ones best serves our needs.
The text was updated successfully, but these errors were encountered:
The test action currently accepts an optional "use-xvfb" argument, which in turn uses a headless-gui action (with a specific commit hash).
I'm not sure why this hash is needed, or if we can simply switch to v2 of that action.
We could also consider switching to the https://github.com/pyvista/setup-headless-display-action, which I think does the same (or similar) thing. @IgorTatarnikov has reported that it does the trick for
brainglobe-stitch
. We would have to compare that one to a more recent version ofaganders3/headless-gui
and check which ones best serves our needs.The text was updated successfully, but these errors were encountered: