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 1515 python-version : " 3.12"
1616
1717 - name : Install tox
18- run : python -m pip install tox
18+ run : python -m pip install --no-cache-dir tox
1919
2020 - name : Run ruff
2121 run : tox -e format
3131 python-version : " 3.12"
3232
3333 - name : Install tox
34- run : python -m pip install tox
34+ run : python -m pip install --no-cache-dir tox
3535
3636 - name : Run ruff
3737 run : tox -e lint
4747 python-version : " 3.12"
4848
4949 - name : Install tox
50- run : python -m pip install tox
50+ run : python -m pip install --no-cache-dir tox
5151
5252 - name : Run mypy
5353 run : python -m tox -e typecheck
7474 python-version : ${{ matrix.python.version }}
7575
7676 - name : Install tox
77- run : python -m pip install tox
77+ run : python -m pip install --no-cache-dir tox
7878
7979 - name : Run pytest
8080 run : tox -e ${{ matrix.python.toxenv }}
Original file line number Diff line number Diff line change 1616 python-version : " 3.12"
1717
1818 - name : Install tox
19- run : python -m pip install tox
19+ run : python -m pip install --no-cache-dir tox
2020
2121 - name : Run ruff
2222 run : tox -e format
3232 python-version : " 3.12"
3333
3434 - name : Install tox
35- run : python -m pip install tox
35+ run : python -m pip install --no-cache-dir tox
3636
3737 - name : Run ruff
3838 run : tox -e lint
4848 python-version : " 3.12"
4949
5050 - name : Install tox
51- run : python -m pip install tox
51+ run : python -m pip install --no-cache-dir tox
5252
5353 - name : Run mypy
5454 run : python -m tox -e typecheck
7575 python-version : ${{ matrix.python.version }}
7676
7777 - name : Install tox
78- run : python -m pip install tox
78+ run : python -m pip install --no-cache-dir tox
7979
8080 - name : Run pytest
8181 run : tox -e ${{ matrix.python.toxenv }}
You can’t perform that action at this time.
0 commit comments