We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba2a04 commit 4c1957cCopy full SHA for 4c1957c
1 file changed
.github/workflows/main.yml
@@ -23,10 +23,9 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v4
26
- - name: Install uv
27
- uses: astral-sh/setup-uv@v3
28
- - name: Set up Python
29
- run: uv python install
+ - uses: astral-sh/setup-uv@v6
+ with:
+ enable-cache: true
30
- name: Install just
31
uses: extractions/setup-just@v2
32
- name: Run type checking
@@ -45,10 +44,10 @@ jobs:
45
44
46
47
48
49
50
- - name: Set up Python ${{ matrix.python-version }}
51
- run: uv python install ${{ matrix.python-version }}
+ python-version: ${{ matrix.python-version }}
52
53
54
- name: Run tests
0 commit comments