Skip to content

Commit

Permalink
chore: Activate virtual environment before installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid committed Aug 30, 2024
1 parent c775db0 commit 7e6c805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
- name: Install dependencies
if: ${{ inputs.install-dependencies == 'true' }}
run: |
source .venv/bin/activate
poetry install ${{ inputs.extra-args }}
poetry show
shell: bash

0 comments on commit 7e6c805

Please sign in to comment.