File tree 1 file changed +0
-14
lines changed 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,10 @@ jobs:
20
20
with :
21
21
python-version : 3.13
22
22
23
- - uses : actions/cache@v4
24
- id : cache
25
- with :
26
- path : ${{ env.pythonLocation }}
27
- key : ${{ runner.os }}-static-analysis-${{ hashFiles('pyproject.toml') }}-test-v03
28
23
- uses : astral-sh/setup-uv@v6
29
- if : steps.cache.outputs.cache-hit != 'true'
30
24
with :
31
25
version : " latest"
32
26
- name : Install Dependencies
33
- if : steps.cache.outputs.cache-hit != 'true'
34
27
run : uv pip install --system ".[dev]"
35
28
36
29
- name : Run formatter
@@ -58,17 +51,10 @@ jobs:
58
51
with :
59
52
python-version : ${{ matrix.python-version }}
60
53
61
- - uses : actions/cache@v4
62
- id : cache
63
- with :
64
- path : ${{ env.pythonLocation }}
65
- key : ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v03
66
54
- uses : astral-sh/setup-uv@v6
67
- if : steps.cache.outputs.cache-hit != 'true'
68
55
with :
69
56
version : " latest"
70
57
- name : Install Dependencies
71
- if : steps.cache.outputs.cache-hit != 'true'
72
58
run : uv pip install --system ".[test]"
73
59
74
60
- run : mkdir coverage
You can’t perform that action at this time.
0 commit comments