Skip to content

Commit 0eea072

Browse files
committed
add to path
1 parent 26746b7 commit 0eea072

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sf_cli_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
pip install poetry
2828
make develop
2929
30+
- name: Add Poetry venv to PATH
31+
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
32+
3033
- name: Set up Node.js
3134
uses: actions/setup-node@v4
3235
with:

0 commit comments

Comments
 (0)