Skip to content

Commit

Permalink
sdklfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Jun 18, 2024
1 parent 43dbc6a commit 9b5bd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
sh -c 'set -xe ;
cd /ci ;
python3 -m pip install --upgrade pip poetry ;
echo "--- conditionally install remote branch of eitprocessing"
if [ -n "${{ inputs.caller_branch }}" ]; then
poetry add git+https://github.com/EIT-ALIVE/eitprocessing.git#${{ inputs.caller_branch }} ;
fi
Expand Down

0 comments on commit 9b5bd3d

Please sign in to comment.