diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f5cfd82..616b6fc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: commit_message: ${{ gitea.event.pull_request.title }} ci: - uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main + uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main with: python-version: 3.13 secrets: diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c3832af..a907c58 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: test: name: Test - uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main + uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main with: python-version: 3.13 secrets: