From 1dc443a1fa0934ec51d8f056f8a751e9a46a7bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me> Date: Wed, 22 May 2024 10:24:15 +0200 Subject: [PATCH] chore : removed debug print --- .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 index 256aaf6a2..935100dc2 100644 --- a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 +++ b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 @@ -10,7 +10,6 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) { Write-Host "Retrieving : $dep" $curr_loc=$(Get-Location) Set-Location ../$dep - Write-Host "YYEETEEEEEEEEEEEEt" Get-Location Get-ChildItem . New-Item -Path ".\build" -ItemType Directory -Force | Out-Null @@ -18,4 +17,4 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) { python -m pip install . -v Set-Location $curr_loc } -} \ No newline at end of file +} -- GitLab