From 54c15984d3b5066918ae266149ce440586e535ec Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Tue, 5 Mar 2024 13:37:26 +0100 Subject: [PATCH] Test new Docker image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f46c8548..48f700137 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -226,7 +226,7 @@ stages: -w /root/nmodl \ -v $PWD:/root/nmodl \ -e NMODL_NIGHTLY_TAG=$TAG \ - 'bluebrain/nmodl:wheel' \ + 'bluebrain/nmodl:wheel-py12' \ packaging/build_wheels.bash linux $(python.version) condition: succeeded() displayName: 'Building ManyLinux Wheel'