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 3c26ffd commit ae98673
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 @@ -25,7 +25,7 @@ jobs:
-
name: Dependencies
run: |
apt update && DEBIAN_FRONTEND="noninteractive" apt install -y python3-pip
apt update && DEBIAN_FRONTEND="noninteractive" apt install -y python3-pip python3-venv
python3 -m venv venv
. .venv/bin/activate
pip3 install umbridge pytest
Expand Down

0 comments on commit ae98673

Please sign in to comment.