Skip to content

Commit c6db2a7

Browse files
committed
Fix CI (set up uv)
1 parent 1d8f2ac commit c6db2a7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v7
1111

12-
- name: Set up Python ${{ matrix.python-version }}
13-
uses: actions/setup-python@v6
14-
with:
15-
python-version: "3.12"
12+
- name: Install uv
13+
uses: astral-sh/setup-uv@v9.0.0
1614

1715
- name: Install dependencies
1816
run: |
19-
python -m pip install --upgrade pip
20-
pip install -q -r requirements.txt -c constraints.txt
2117
sudo snap install --edge vale
2218
2319
- name: Run tests with make test (includes clean and linkcheckbroken)

0 commit comments

Comments
 (0)