Skip to content

Commit ce93466

Browse files
authored
ci.yml : fix a few inconsistencies
1 parent 0093d6d commit ce93466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.labels.*.name, 'skip ci') }}
2525
env:
2626
JULIA_PROJECT_CMD: julia --project=@. --check-bounds=yes --color=yes
27-
JULIA_CONDAPKG_LIBSTDCXX_NG_VERSION : 'ignore' # handled ourselves in ci/matplotlib.jl
27+
JULIA_CONDAPKG_LIBSTDCXX_NG_VERSION: ignore # handled ourselves in ci/matplotlib.jl
2828
JULIA_CONDAPKG_BACKEND: MicroMamba
29-
MPLBACKEND: agg
3029
GKS_ENCODING: utf8
31-
GKSwstype: nul
30+
GKS_WSTYPE: nul
31+
MPLBACKEND: agg
3232
name: julia ${{ matrix.version }} - ${{ matrix.os }}
3333
continue-on-error: ${{ matrix.experimental }}
3434
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)