ci: add checkout before setting up python (#3297)
* build: Set up Python 3.12 and Poetry caching in docker workflow. * build: checkout repository before setting up Python 3.12 and Poetry.
This commit is contained in:
parent
d8af6652e0
commit
6105606f5c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
|||
outputs:
|
||||
version: ${{ steps.get-version-input.outputs.version || steps.get-version-base.outputs.version || steps.get-version-main.outputs.version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.12 + Poetry ${{ env.POETRY_VERSION }}
|
||||
uses: "./.github/actions/poetry_caching"
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue