diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index 7d806c923f25d38366b36b503ba55949632fc288..061f77df382632b863570c44ee5e95fb9eec4ab9 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -165,7 +165,7 @@ build:ubuntu_python: # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # - Remove-Item .\build_cpp\ -Recurse # # aidge_backend_cpu -# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/master/download?job=build:windows_cpp" -o build_artifacts.zip' +# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/main/download?job=build:windows_cpp" -o build_artifacts.zip' # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # - Remove-Item .\build_cpp\ -Recurse @@ -205,7 +205,7 @@ build:ubuntu_python: # - 'curl "https://gitlab.eclipse.org/api/v4/projects/5139/jobs/artifacts/main/download?job=build:windows_python" -o build_artifacts.zip' # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # # aidge_backend_cpu (Python) -# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/master/download?job=build:windows_python" -o build_artifacts.zip' +# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/main/download?job=build:windows_python" -o build_artifacts.zip' # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # - python -m pip install virtualenv