From 6497c976223a2f3e1584e341cb187e000815fa1f Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 23 Jul 2023 03:50:15 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c5d8b8..dfcf648 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,6 +64,8 @@ jobs: image_additional_mb: 2000 # enlarge free space to 2 GB # Set the commands to run the tests commands: | + apt-get update -y + apt-get install -y python3-pip cd /Inkycal . venv/bin/activate pip3 install dotenv