Skip to content

Commit 989c95f

Browse files
committed
ci: add poetry and fix directory path
1 parent 24eb41f commit 989c95f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727
- name: Install poetry
28-
run: pipx install poetry
28+
run: |
29+
pipx install poetry
30+
echo "$HOME/.local/bin" >> $GITHUB_PATH
2931
- uses: actions/checkout@v4
3032
- name: Setup Python
3133
uses: actions/setup-python@v5
@@ -62,4 +64,4 @@ jobs:
6264
${SLACK_WEBHOOK_NIGHTLY};
6365
env:
6466
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
65-
FAILED_PRODUCT: "${{ matrix.products }}"
67+
FAILED_PRODUCT: "${{ matrix.products }}"

0 commit comments

Comments
 (0)