Skip to content

Commit

Permalink
cache pip instead of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikey-vyas committed Aug 25, 2024
1 parent da66c36 commit a83c1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a83c1b1

Please sign in to comment.