From 3c8517356a3f2258b96cc653006ec68bf1a84f01 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 7 Apr 2024 10:18:51 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639c4fc3c..16e324303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: # - uses: julia-actions/julia-buildpkg@latest - name: Install conda based matplotlib - run: julia --color=yes ci/matpllotlib.jl + run: julia --color=yes ci/matplotlib.jl - name: Run RecipesBase, RecipesPipeline, PlotsBase, Plots tests timeout-minutes: 60