Skip to content

Commit 737be5f

Browse files
committed
new pip only installer and workflow to test it
1 parent 0a5dd64 commit 737be5f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

install_developer_pip.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pip show testinfrastructure;ret=$?
2+
if [ $ret -eq 0 ]; then
3+
echo "allredy installed"
4+
else
5+
pip install -e git+https://github.com/MPIBGC-TEE/testinfrastructure.git#egg=testinfrastructure
6+
fi
7+
pip install -e .

0 commit comments

Comments
 (0)