Skip to content

Commit 3c3efff

Browse files
committed
only uv
1 parent b96c9ee commit 3c3efff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v5
4747
with: { fetch-depth: 0, filter: "blob:none" }
48-
- uses: actions/setup-python@v6
48+
- uses: astral-sh/setup-uv@v7
4949
with:
5050
python-version: ${{ matrix.env.python-version }}
51-
- uses: astral-sh/setup-uv@v7
5251
- name: dependencies
5352
# TODO: remove typer constraint after fixing https://github.com/WaylonWalker/coverage-rich/issues/4
5453
run: uv pip install --system .[test,typehints,myst] coverage-rich 'typer <0.14' 'anyconfig[toml] >=0.14'

0 commit comments

Comments
 (0)