Skip to content

Commit babeca1

Browse files
committed
Fix incorrect pipeline yaml after rebase
1 parent a5c7b20 commit babeca1

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
# - { python: "3.13", os: "ubuntu-latest", session: "mypy" }
1818
# - { python: "3.12", os: "ubuntu-latest", session: "mypy" }
1919
# - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
20+
# - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
2021
- { python: "3.13", os: "ubuntu-latest", session: "tests" }
2122
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
2223
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
24+
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
2325
- { python: "3.13", os: "windows-latest", session: "tests" }
2426
- { python: "3.13", os: "macos-latest", session: "tests" }
2527
# - { python: "3.13", os: "ubuntu-latest", session: "typeguard" }
@@ -108,18 +110,8 @@ jobs:
108110
- name: Install the pinned version of uv
109111
uses: astral-sh/setup-uv@v5
110112
with:
111-
python-version: "3.13"
112-
113-
- name: Upgrade pip
114-
run: |
115-
pip install -c ${{ github.workspace }}/.github/workflows/constraints.txt pip
116-
pip --version
117-
118-
- name: Install Poetry
119-
run: |
120-
pipx install --pip-args="-c ${{ github.workspace }}/.github/workflows/constraints-poetry.txt" poetry
121-
pipx inject poetry poetry-plugin-export
122-
poetry --version
113+
python-version: 3.13
114+
pyproject-file: "${{ github.workspace }}/pyproject.toml"
123115

124116
- name: Install Nox
125117
run: |

0 commit comments

Comments
 (0)