Skip to content

Commit

Permalink
Define a virtualenv for python to permit pip to work at all
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 18, 2023
1 parent f453c65 commit a38e2c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ endif
ifdef UPM_CI
test-suite:
go get gotest.tools/gotestsum
venv="$$(mktemp -d)"; \
python -m venv "$$venv"; \
source "$$venv/bin/activate"; \
go run gotest.tools/gotestsum --junitfile ./junit.xml ./test-suite
else
test-suite:
Expand Down

0 comments on commit a38e2c6

Please sign in to comment.