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 67e1c32 commit bee5003Copy full SHA for bee5003
.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.runs-on, 'ubuntu') }}
58
run: |
59
echo "PRE_TEST=xvfb-run --auto-servernum" >> "$GITHUB_ENV"
60
0 commit comments