We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eb41f commit 989c95fCopy full SHA for 989c95f
.github/workflows/nightly.yml
@@ -25,7 +25,9 @@ jobs:
25
steps:
26
- uses: actions/checkout@v5
27
- name: Install poetry
28
- run: pipx install poetry
+ run: |
29
+ pipx install poetry
30
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
31
- uses: actions/checkout@v4
32
- name: Setup Python
33
uses: actions/setup-python@v5
@@ -62,4 +64,4 @@ jobs:
62
64
${SLACK_WEBHOOK_NIGHTLY};
63
65
env:
66
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
- FAILED_PRODUCT: "${{ matrix.products }}"
67
+ FAILED_PRODUCT: "${{ matrix.products }}"
0 commit comments