Skip to content

Commit 06f700d

Browse files
committed
[cicd] fix install poetry command
1 parent 54912bc commit 06f700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: Install Poetry
7777
command: |
7878
curl -sSL https://install.python-poetry.org | python3 -
79-
echo "$HOME/.local/bin" >> $GITHUB_PATH # Ensure Poetry is in PATH
79+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> $BASH_ENV
8080
8181
- run:
8282
name: Install dependencies

0 commit comments

Comments
 (0)