We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96c9ee commit 3c3efffCopy full SHA for 3c3efff
.github/workflows/ci.yml
@@ -45,10 +45,9 @@ jobs:
45
steps:
46
- uses: actions/checkout@v5
47
with: { fetch-depth: 0, filter: "blob:none" }
48
- - uses: actions/setup-python@v6
+ - uses: astral-sh/setup-uv@v7
49
with:
50
python-version: ${{ matrix.env.python-version }}
51
- - uses: astral-sh/setup-uv@v7
52
- name: dependencies
53
# TODO: remove typer constraint after fixing https://github.com/WaylonWalker/coverage-rich/issues/4
54
run: uv pip install --system .[test,typehints,myst] coverage-rich 'typer <0.14' 'anyconfig[toml] >=0.14'
0 commit comments