File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2222 architecture : x64
2323 cache : pip
2424 - run : python3 --version
25- - run : python3 -m pip install --quiet --upgrade pip setuptools
26- - run : python3 -m pip install --editable '.[dev,test]'
27- - run : python3 -m ruff check -q --diff --output-format=full .
28- - run : python3 -m ruff format -q --diff --check .
25+ - run : pip install --quiet --upgrade pip setuptools
26+ - run : pip install --editable '.[dev,test]'
27+ - run : ruff check -q --diff --output-format=full .
28+ - run : ruff format -q --diff --check .
2929 continue-on-error : true
30- - run : python3 -m pytest -vvv --cov --cov-context=test --cov-report=xml
30+ - run : pytest -vvv --cov --cov-context=test --cov-report=xml
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ license = { file = 'LICENSE.txt' }
1010readme = ' README.md'
1111authors = [{
name =
' Rodolfo Puig' ,
email =
' [email protected] ' }]
1212requires-python = ' ~= 3.10'
13- dependencies = []
1413
1514[project .optional-dependencies ]
1615dev = [
You can’t perform that action at this time.
0 commit comments