File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 cache : ' pip'
23- - run : python -m pip install --quiet --upgrade pip setuptools
24- - run : python -m pip install --editable '.[dev,test]'
25- - run : python -m ruff check -q --diff --output-format=full .
26- - run : python -m ruff format -q --diff --check .
23+ - run : python3 -m pip install --quiet --upgrade pip setuptools
24+ - run : python3 -m pip install --editable '.[dev,test]'
25+ - run : python3 -m ruff check -q --diff --output-format=full .
26+ - run : python3 -m ruff format -q --diff --check .
2727 continue-on-error : true
28- - run : python -m pytest -vvv --cov --cov-context=test --cov-report=xml
28+ - run : python3 -m pytest -vvv --cov --cov-context=test --cov-report=xml
You can’t perform that action at this time.
0 commit comments