Skip to content

Commit 1309f58

Browse files
committed
Merge branch 'develop' of https://github.com/Libensemble/libensemble into develop
2 parents 5310ddd + 0e037e5 commit 1309f58

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout lockfile
4747
run: git lfs checkout
4848

49-
- uses: prefix-dev/setup-pixi@v0.9.4
49+
- uses: prefix-dev/setup-pixi@v0.9.5
5050
with:
5151
pixi-version: v0.55.0
5252
frozen: true

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout lockfile
4949
run: git lfs checkout
5050

51-
- uses: prefix-dev/setup-pixi@v0.9.4
51+
- uses: prefix-dev/setup-pixi@v0.9.5
5252
with:
5353
pixi-version: v0.55.0
5454
cache: true

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 clone 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)