File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/
55export PYTHONPATH=" $PYTHONPATH :$( pwd) "
66echo " PYTHONPATH=$PYTHONPATH " >> $GITHUB_ENV
77popd
8+ git clone -b main https://github.com/POptUS/IBCDFO.git
89pushd IBCDFO/ibcdfo_pypkg/
910pip install -e .
1011popd
You can’t perform that action at this time.
0 commit comments