Skip to content

Commit

Permalink
Fix for Python venv usage in velocitas exec (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch authored Sep 3, 2024
1 parent be10927 commit fd95729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/workflows/check-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
runCmd: |
pip3 install -r .devcontainer/tests/automated_tests/requirements.txt
export PATH=$HOME/.local/bin:$PATH
pytest -sx .devcontainer/tests
- name: Upload logs
Expand Down

0 comments on commit fd95729

Please sign in to comment.