Skip to content

Commit

Permalink
install ersilia using pip in predict.yml as it is in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilank6 committed Jun 24, 2024
1 parent 3dbd758 commit 73c5b69
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 @@ -130,7 +130,7 @@ jobs:
python --version
echo "After conda init"
conda init
python -m pip install -e .[test]
python -m pip install ersilia
- name: Predict partition output and upload
run: |
Expand Down

0 comments on commit 73c5b69

Please sign in to comment.