We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb9cc8 commit 62fd75bCopy full SHA for 62fd75b
.github/workflows/run_code_checks.yaml
@@ -32,7 +32,7 @@ jobs:
32
integration_tests:
33
name: Integration tests
34
needs: [lint_check, type_check, unit_tests]
35
- uses: apify/workflows/.github/workflows/python_integration_tests.yaml@fix-integration-tests-from-forks
+ uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
36
secrets: inherit
37
with:
38
python-version: '["3.10", "3.13"]'
0 commit comments