From 268c9d737ddd1147f91b9ffe6b54801e3eea1761 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Fri, 2 Feb 2024 13:04:33 +0100 Subject: [PATCH] update CI --- .github/workflows/Documenter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 83ceab3..67bd7eb 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -12,7 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - sudo apt-get install python3-matplotlib + sudo apt update + sudo apt install python3-matplotlib - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-docdeploy@latest env: