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

fix: syntax

parent a2e529a0
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #49484 waiting for manual action
$ErrorActionPreference = "Stop"
$AIDGE_DEPENDENCIES = Invoke-Expression $env:AIDGE_DEPENDENCIES
$AIDGE_DEPENDENCIES = $(Invoke-Expression $env:AIDGE_DEPENDENCIES)
Write-Host "Aidge dependencies : $AIDGE_DEPENDENCIES"
if ( $($AIDGE_DEPENDENCIES.Length) -eq 0) {
Write-Host "- No dependencies provided for current repsitory"
......
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