Skip to content

Commit 5d12e90

Browse files
python -v 3.9 && 3.10 CI/CD
1 parent a17520e commit 5d12e90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/doc-to-image-flow.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -35,4 +35,4 @@ jobs:
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

‎.github/workflows/image-resizer-flow.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -33,4 +33,4 @@ jobs:
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

0 commit comments

Comments
 (0)