File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python-version : ["3.10"]
17+ python-version : ["3.9", "3. 10"]
1818
1919 steps :
2020 - uses : actions/checkout@v3
3535 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636 - name : Test with pytest
3737 run : |
38- pytest -x image_utils/doc_to_image
38+ pytest
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- python-version : ["3.10"]
15+ python-version : ["3.9", "3. 10"]
1616
1717 steps :
1818 - uses : actions/checkout@v3
3333 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3434 - name : Test with pytest
3535 run : |
36- pytest image_utils/image_resizer
36+ pytest
You can’t perform that action at this time.
0 commit comments