-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
This action is great! However, this action just stopped running due to some (cryptic) Docker failure. I wonder if it's related to the release of Poetry 2?
Our Action YAML File
name: Poetry Diff
on: [pull_request]
jobs:
poetry-dff:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY }}
- name: Checkout
uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==1.8.3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10.12
cache: poetry
- name: Poetry Diff
uses: nborrmann/diff-poetry-lock@mainBuild Log from Github Action Run
Metadata
Metadata
Assignees
Labels
No labels