Skip to content

Commit fca4298

Browse files
committed
ci: Tox Environment tests on windows no longer need to ensure msvc is installed
1 parent 5ae9e1d commit fca4298

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vars/runJenkinsPipeline.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ def call(){
569569
{
570570
node('docker && windows'){
571571
docker.image('python').inside('--mount source=python-tmp-speedwagon,target=C:\\Users\\ContainerUser\\Documents --mount source=msvc-runtime,target=$VC_RUNTIME_INSTALLER_LOCATION'){
572-
installMSVCRuntime(env.VC_RUNTIME_INSTALLER_LOCATION)
573572
checkout scm
574573
try{
575574
bat(label: 'Install uv',

0 commit comments

Comments
 (0)