Skip to content

Commit

Permalink
use venv python to run script in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikey-vyas committed Aug 24, 2024
1 parent 3c43382 commit 4458e0c
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 @@ -81,4 +81,4 @@ jobs:
numerator: ${{ inputs.numerator }}
sample-only: ${{ inputs.sample-only }}
GITHUB_REPOSITORY: ${{ github.event.repository.full_name }}
run: python scripts/generate_predictions_with_aws_and_ersilia.py
run: .venv/bin/python scripts/generate_predictions_with_aws_and_ersilia.py

0 comments on commit 4458e0c

Please sign in to comment.