feat(dependencies): switch to Poetry

This commit is contained in:
2024-11-28 20:54:12 +00:00
parent 5e72d44b95
commit c04d23f85d
6 changed files with 16 additions and 69 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python-with-docker.yml@main
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}