1 parent ec7b433 commit 42521e9Copy full SHA for 42521e9
1 file changed
.github/workflows/versioning.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install policyengine
56
run: uv pip install policyengine --system
57
- name: Install Wheel and Pytest
58
- run: uv pip install wheel setuptools pytest==5.4.3
+ run: uv pip install wheel setuptools pytest==5.4.3 --system
59
- name: Publish a git tag
60
run: ".github/publish-git-tag.sh"
61
- name: Build package
0 commit comments