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`