Skip to content

Commit

Permalink
Build linux wheel from correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen authored and yngve-sk committed Nov 27, 2023
1 parent a0d1eec commit ced7b06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dakota_manylinux_install_files/build_wheels_gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ced7b06

Please sign in to comment.