Skip to content

Commit

Permalink
try not using xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Sep 4, 2024
1 parent 4dde62b commit 4460e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: neuroinformatics-unit/actions/test@v2
with:
python-version: ${{ matrix.python-version }}
use-xvfb: true
use-xvfb: false

build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit 4460e56

Please sign in to comment.