From 05f316013330162f15ee03f9e72629bcee887c14 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 27 Oct 2023 12:02:40 -0400 Subject: [PATCH] install dependencies for setting up test cache --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b7096f9a..481efca7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,10 @@ jobs: fitsverify numpy parsley + pillow requests + scipy + six init-shell: bash cache-environment: true cache-downloads: true