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.
ci.yml
1 parent 0093d6d commit ce93466Copy full SHA for ce93466
.github/workflows/ci.yml
@@ -24,11 +24,11 @@ jobs:
24
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.labels.*.name, 'skip ci') }}
25
env:
26
JULIA_PROJECT_CMD: julia --project=@. --check-bounds=yes --color=yes
27
- JULIA_CONDAPKG_LIBSTDCXX_NG_VERSION : 'ignore' # handled ourselves in ci/matplotlib.jl
+ JULIA_CONDAPKG_LIBSTDCXX_NG_VERSION: ignore # handled ourselves in ci/matplotlib.jl
28
JULIA_CONDAPKG_BACKEND: MicroMamba
29
- MPLBACKEND: agg
30
GKS_ENCODING: utf8
31
- GKSwstype: nul
+ GKS_WSTYPE: nul
+ MPLBACKEND: agg
32
name: julia ${{ matrix.version }} - ${{ matrix.os }}
33
continue-on-error: ${{ matrix.experimental }}
34
runs-on: ${{ matrix.os }}
0 commit comments