Remove Python setup actions from Docker workflow
All checks were successful
Run Pytest / test (push) Successful in 9s
All checks were successful
Run Pytest / test (push) Successful in 9s
This commit is contained in:
parent
c019c6cad5
commit
43fa3f604a
1 changed files with 0 additions and 5 deletions
5
.github/workflows/docker.yaml
vendored
5
.github/workflows/docker.yaml
vendored
|
|
@ -17,10 +17,5 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: actions/setup-python@v6
|
|
||||||
with:
|
|
||||||
python-version: 3.14
|
|
||||||
|
|
||||||
- uses: astral-sh/setup-uv@v7
|
|
||||||
- run: uv sync --all-extras --dev
|
- run: uv sync --all-extras --dev
|
||||||
- run: uv run pytest
|
- run: uv run pytest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue