From 6f8b5fab3c60ec3011d37780ef48ff83959d258e Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Mon, 5 Feb 2024 09:05:29 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfc973b..11345d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,8 @@ jobs: ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@latest - run: | - sudo apt-get install python3-matplotlib + sudo apt update + sudo apt install python3-matplotlib git config --global user.name Tester git config --global user.email te@st.er - uses: julia-actions/julia-runtest@latest