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 bee5003 commit 2c3a73dCopy full SHA for 2c3a73d
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
python-version: ${{ matrix.python-version }}
55
56
- name: setup xvfb
57
- if: ${{ startsWith(matrix.runs-on, 'ubuntu') }}
+ if: ${{ startsWith(matrix.os, 'ubuntu') }}
58
run: |
59
echo "PRE_TEST=xvfb-run --auto-servernum" >> "$GITHUB_ENV"
60
0 commit comments