From a83c1b183bc7e51f063bbcf7607d1f972ece76e9 Mon Sep 17 00:00:00 2001 From: Kartikey Vyas Date: Sun, 25 Aug 2024 22:13:20 +1000 Subject: [PATCH] cache pip instead of poetry --- .github/workflows/predict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/predict.yml b/.github/workflows/predict.yml index 6ddb26f..fad8e99 100644 --- a/.github/workflows/predict.yml +++ b/.github/workflows/predict.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.10' - cache: 'poetry' + cache: 'pip' - run: make install-prod # we need this step as ersilia will use the default conda environment to run the example model during `ersilia serve`