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 1a1ef8e commit 905b958Copy full SHA for 905b958
prepare_tests/action.yml
@@ -21,7 +21,7 @@ runs:
21
ls
22
23
- name: "Setup headless display"
24
- uses: pyvista/setup-headless-display-action@v2
+ uses: pyvista/setup-headless-display-action@v3
25
26
- name: "Install Test Environment"
27
working-directory: ${{ inputs.working-directory }}
@@ -39,4 +39,4 @@ runs:
39
shell: bash
40
if: inputs.DEBUG == 'true'
41
run: |
42
- echo "DEBUG=-v -s --durations=10 --durations-min=1.0" >> $GITHUB_ENV
+ echo "DEBUG=-v -s --durations=10 --durations-min=1.0" >> $GITHUB_ENV
0 commit comments