From 75f112118204f40a98b62eba95ec2bf804092396 Mon Sep 17 00:00:00 2001 From: hakril Date: Wed, 5 Feb 2025 23:14:41 +0100 Subject: [PATCH] more arm64 CI tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0cb761d..d70bec4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,4 +126,4 @@ jobs: run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)" - name: Arm64 pytests - run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -v -s + run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "not test_debugger" -v -s