Skip to content

Commit

Permalink
Add venv to Python client test
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger committed May 17, 2024
1 parent 82a3be7 commit 3c26ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Dependencies
run: |
apt update && DEBIAN_FRONTEND="noninteractive" apt install -y python3-pip
python -m venv venv
python3 -m venv venv
. .venv/bin/activate
pip3 install umbridge pytest
-
Expand Down

0 comments on commit 3c26ffd

Please sign in to comment.