Skip to content

Commit 501c6bb

Browse files
ci: simplify Docker build workflow to fix Poetry setup issue
Co-Authored-By: [email protected] <[email protected]>
1 parent e8731ab commit 501c6bb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/docker-build-check.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36-
- name: Set up Python
37-
uses: actions/setup-python@v5
38-
with:
39-
python-version: "3.10"
40-
cache: "poetry"
41-
42-
- name: Set up Poetry
43-
uses: Gr1N/setup-poetry@v9
44-
with:
45-
poetry-version: "2.0.1"
46-
4736
# Build the Python package to create the wheel files needed for the Docker build
4837
- name: Build Python Package
4938
uses: hynek/build-and-inspect-python-package@v2

0 commit comments

Comments
 (0)