Skip to content

Commit 8d5453a

Browse files
committed
build: ensure non-gil wheels are not made for free threaded
1 parent 1c6daaa commit 8d5453a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ pipeline {
12011201
]){
12021202
timeout(60){
12031203
sh(label: 'Running Tox',
1204-
script: """python${pythonVersion} -m venv venv
1204+
script: """python3 -m venv venv
12051205
trap "rm -rf venv" EXIT
12061206
./venv/bin/python -m pip install --disable-pip-version-check uv
12071207
trap "rm -rf venv && rm -rf .tox" EXIT

0 commit comments

Comments
 (0)