We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d75ced commit bcbd3d9Copy full SHA for bcbd3d9
1 file changed
.github/workflows/python.yaml
@@ -47,8 +47,8 @@ jobs:
47
name: python-${{ inputs.runner }}
48
path: lang/python/dist/*.whl
49
- uses: wntrblm/nox@main
50
- if: ${{ inputs.nox-session != '' }}
+ if: ${{ inputs.nox-session != '' && !(runner.os == 'Windows' && runner.arch == 'ARM64') }}
51
- name: Run nox session
52
53
working-directory: lang/python/test
54
run: nox -s "${{ inputs.nox-session }}"
0 commit comments