Skip to content

Commit

Permalink
chore: Update action.yml to activate virtual environment, install dep…
Browse files Browse the repository at this point in the history
…endencies, and use specific Python version
  • Loading branch information
ouhammmourachid committed Aug 30, 2024
1 parent e05017c commit 522930d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ runs:
- name: Install dependencies
if: ${{ inputs.install-dependencies == 'true' }}
run: |
ls -all
ls -all .venv
source $VENV
poetry use $pythonLocation\python.exe
poetry install ${{ inputs.extra-args }}
poetry show
shell: bash

0 comments on commit 522930d

Please sign in to comment.