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 b609c01 commit cc18428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: |
apt update && DEBIAN_FRONTEND="noninteractive" apt install -y python3-pip python3-venv
python3 -m venv venv
. /venv/bin/activate
. venv/bin/activate
pip3 install umbridge pytest
-
name: Build and run
run: |
. /venv/bin/activate
. venv/bin/activate
cd testing/clients && pytest -v test_python.py

0 comments on commit cc18428

Please sign in to comment.