Skip to content

Commit

Permalink
revert xvfb change and pass codecov token instead
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Sep 4, 2024
1 parent 4460e56 commit 884ec96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- uses: neuroinformatics-unit/actions/test@v2
with:
python-version: ${{ matrix.python-version }}
use-xvfb: false
use-xvfb: true
secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}

build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit 884ec96

Please sign in to comment.