Skip to content

Commit bcbd3d9

Browse files
committed
Disable python tests for windows arm for now
1 parent 5d75ced commit bcbd3d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
name: python-${{ inputs.runner }}
4848
path: lang/python/dist/*.whl
4949
- uses: wntrblm/nox@main
50-
if: ${{ inputs.nox-session != '' }}
50+
if: ${{ inputs.nox-session != '' && !(runner.os == 'Windows' && runner.arch == 'ARM64') }}
5151
- name: Run nox session
52-
if: ${{ inputs.nox-session != '' }}
52+
if: ${{ inputs.nox-session != '' && !(runner.os == 'Windows' && runner.arch == 'ARM64') }}
5353
working-directory: lang/python/test
5454
run: nox -s "${{ inputs.nox-session }}"

0 commit comments

Comments
 (0)