Skip to content

Commit 2f4b881

Browse files
committed
Updating IBCDFO handling of minq
1 parent 89d823a commit 2f4b881

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

install/install_ibcdfo.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env bash
22

3-
git clone --recurse-submodules -b main https://github.com/POptUS/IBCDFO.git
4-
pushd IBCDFO/minq/py/minq5/
3+
git glone https://github.com/POptUS/MINQ
4+
pushd MINQ/py/minq5/
55
export PYTHONPATH="$PYTHONPATH:$(pwd)"
66
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
77
popd
8+
git clone -b main https://github.com/POptUS/IBCDFO.git
89
pushd IBCDFO/ibcdfo_pypkg/
910
pip install -e .
1011
popd

0 commit comments

Comments
 (0)