Skip to content
Snippets Groups Projects
Commit 1dc443a1 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : removed debug print

parent 208ef1d6
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #46408 canceled
...@@ -10,7 +10,6 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) { ...@@ -10,7 +10,6 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) {
Write-Host "Retrieving : $dep" Write-Host "Retrieving : $dep"
$curr_loc=$(Get-Location) $curr_loc=$(Get-Location)
Set-Location ../$dep Set-Location ../$dep
Write-Host "YYEETEEEEEEEEEEEEt"
Get-Location Get-Location
Get-ChildItem . Get-ChildItem .
New-Item -Path ".\build" -ItemType Directory -Force | Out-Null New-Item -Path ".\build" -ItemType Directory -Force | Out-Null
...@@ -18,4 +17,4 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) { ...@@ -18,4 +17,4 @@ if ($($env:AIDGE_DEPENDENCIES -split " ").Length -eq 0) {
python -m pip install . -v python -m pip install . -v
Set-Location $curr_loc Set-Location $curr_loc
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment