use older setup-uv action
This commit is contained in:
parent
875d7b9461
commit
540160c51f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mypy.yaml
vendored
4
.github/workflows/mypy.yaml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
|||
- name: Install git-annex
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y git-annex
|
||||
sudo apt-get install -y git-annex
|
||||
- name: Check out the repository
|
||||
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
||||
with:
|
||||
show-progress: true
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v7
|
||||
uses: https://github.com/astral-sh/setup-uv@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
enable-cache: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue