Skip to content

Commit 70ee310

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
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

0 commit comments

Comments
 (0)