Skip to content

Commit 76539f6

Browse files
committed
GH pipelines
1 parent 2ec7e98 commit 76539f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ jobs:
1010
lint_check:
1111
name: Lint check
1212
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
13+
with:
14+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
1315

1416
type_check:
1517
name: Type check
1618
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
19+
with:
20+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
1721

1822
unit_tests:
1923
name: Unit tests
2024
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
25+
with:
26+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
2127

2228
async_docstrings:
2329
name: Async dostrings check
@@ -31,4 +37,6 @@ jobs:
3137
name: Integration tests
3238
needs: [lint_check, type_check, unit_tests]
3339
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
40+
with:
41+
python-version: '["3.10", "3.11", "3.12", "3.13"]'
3442
secrets: inherit

0 commit comments

Comments
 (0)