Skip to content

Commit 0bf4247

Browse files
vdusekclaude
andcommitted
Use improve-shared-python-workflows branch for testing
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 902c8ba commit 0bf4247

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_check_code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828

2929
lint_check:
3030
name: Lint check
31-
uses: apify/workflows/.github/workflows/python_lint_check.yaml@main
31+
uses: apify/workflows/.github/workflows/python_lint_check.yaml@improve-shared-python-workflows
3232
with:
3333
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
3434

3535
type_check:
3636
name: Type check
37-
uses: apify/workflows/.github/workflows/python_type_check.yaml@main
37+
uses: apify/workflows/.github/workflows/python_type_check.yaml@improve-shared-python-workflows
3838
with:
3939
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'

.github/workflows/_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
unit_tests:
1212
name: Unit tests
13-
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
13+
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@improve-shared-python-workflows
1414
with:
1515
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
1616
operating_systems: '["ubuntu-latest", "windows-latest"]'

0 commit comments

Comments
 (0)