Navigation Menu

Skip to content

Commit

Permalink
ci: Set env variable for GR Plots
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Jul 21, 2021
1 parent efffff9 commit 8b35718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -37,6 +37,9 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
# Fix for Plots with GR backend.
GKSwstype: nul
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 8b35718

Please sign in to comment.