From 09e4c984381d8927667b7afbecc17e26830d0f23 Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Fri, 29 Dec 2023 21:02:23 -0700 Subject: [PATCH] [python] [CI] Remove x86 from pytest --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 2f12c96e..0ad072ad 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -63,7 +63,7 @@ jobs: path: anise-py/dist - name: pytest - if: ${{ startsWith(matrix.target, 'x86') }} + if: ${{ startsWith(matrix.target, 'x86_64') }} shell: bash run: | set -e