File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
python-version : " 3.12"
16
16
17
17
- name : Install tox
18
- run : python -m pip install tox
18
+ run : python -m pip install --no-cache-dir tox
19
19
20
20
- name : Run ruff
21
21
run : tox -e format
31
31
python-version : " 3.12"
32
32
33
33
- name : Install tox
34
- run : python -m pip install tox
34
+ run : python -m pip install --no-cache-dir tox
35
35
36
36
- name : Run ruff
37
37
run : tox -e lint
47
47
python-version : " 3.12"
48
48
49
49
- name : Install tox
50
- run : python -m pip install tox
50
+ run : python -m pip install --no-cache-dir tox
51
51
52
52
- name : Run mypy
53
53
run : python -m tox -e typecheck
74
74
python-version : ${{ matrix.python.version }}
75
75
76
76
- name : Install tox
77
- run : python -m pip install tox
77
+ run : python -m pip install --no-cache-dir tox
78
78
79
79
- name : Run pytest
80
80
run : tox -e ${{ matrix.python.toxenv }}
Original file line number Diff line number Diff line change 16
16
python-version : " 3.12"
17
17
18
18
- name : Install tox
19
- run : python -m pip install tox
19
+ run : python -m pip install --no-cache-dir tox
20
20
21
21
- name : Run ruff
22
22
run : tox -e format
32
32
python-version : " 3.12"
33
33
34
34
- name : Install tox
35
- run : python -m pip install tox
35
+ run : python -m pip install --no-cache-dir tox
36
36
37
37
- name : Run ruff
38
38
run : tox -e lint
48
48
python-version : " 3.12"
49
49
50
50
- name : Install tox
51
- run : python -m pip install tox
51
+ run : python -m pip install --no-cache-dir tox
52
52
53
53
- name : Run mypy
54
54
run : python -m tox -e typecheck
75
75
python-version : ${{ matrix.python.version }}
76
76
77
77
- name : Install tox
78
- run : python -m pip install tox
78
+ run : python -m pip install --no-cache-dir tox
79
79
80
80
- name : Run pytest
81
81
run : tox -e ${{ matrix.python.toxenv }}
You can’t perform that action at this time.
0 commit comments