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 b3a73ee commit 8b79783Copy full SHA for 8b79783
1 file changed
.github/workflows/cross-platform-build-verification.yml
@@ -37,7 +37,10 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@v4
39
40
+ # Only run setup-python on GitHub-hosted runners (Ubuntu/Windows)
41
+ # We skip this on self-hosted to use the system/Homebrew python
42
- name: Set up Python 3.11
43
+ if: ${{ !contains(matrix.runner, 'self-hosted') }}
44
uses: actions/setup-python@v5
45
with:
46
python-version: '3.11'
0 commit comments