From ced7b06ba1514479a0c7f8ec365a00a1efa7e7b0 Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Mon, 27 Nov 2023 09:03:30 +0100 Subject: [PATCH] Build linux wheel from correct version --- dakota_manylinux_install_files/build_wheels_gha.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dakota_manylinux_install_files/build_wheels_gha.sh b/dakota_manylinux_install_files/build_wheels_gha.sh index 2335d44b..5e96e648 100644 --- a/dakota_manylinux_install_files/build_wheels_gha.sh +++ b/dakota_manylinux_install_files/build_wheels_gha.sh @@ -145,10 +145,7 @@ echo "# make --debug=b -j8 install" >> /github/workspace/trace/env echo "Building Dakota ..." make --debug=b -j8 install &> /github/workspace/trace/dakota_install.log -cd $INSTALL_DIR/.. - -git clone https://github.com/equinor/Carolina.git -cd Carolina +cd $CAROLINA_DIR pip install . &> $INSTALL_DIR/carolina_install.log echo "Pip list ...... " pip list | grep carolina