File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/setup-python@v5
15
15
with :
16
16
python-version : " 3.12"
17
- - run : pip install tox
17
+ - run : python -m pip install tox
18
18
- name : Lint the code
19
19
run : tox -e lint
Original file line number Diff line number Diff line change 29
29
uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
- - run : pip install tox coverage[toml]
32
+ - run : python -m pip install tox coverage[toml]
33
33
- name : run Python minimal tests
34
34
run : tox -e tests-min
35
35
55
55
uses : actions/setup-python@v5
56
56
with :
57
57
python-version : ${{ matrix.python-version }}
58
- - run : pip install tox coverage[toml]
58
+ - run : python -m pip install tox coverage[toml]
59
59
- name : run Python tests
60
60
run : |
61
61
tox -e tests
You can’t perform that action at this time.
0 commit comments