diff --git a/install/install_ibcdfo.sh b/install/install_ibcdfo.sh index 0ed790f01..adf4197b7 100644 --- a/install/install_ibcdfo.sh +++ b/install/install_ibcdfo.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash -git clone --recurse-submodules -b main https://github.com/POptUS/IBCDFO.git -pushd IBCDFO/minq/py/minq5/ +git clone https://github.com/POptUS/MINQ +pushd MINQ/py/minq5/ export PYTHONPATH="$PYTHONPATH:$(pwd)" echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV popd +git clone -b main https://github.com/POptUS/IBCDFO.git pushd IBCDFO/ibcdfo_pypkg/ pip install -e . popd