Skip to content

Commit

Permalink
[python] [CI] Remove x86 from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Dec 30, 2023
1 parent f94d3f3 commit 09e4c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09e4c98

Please sign in to comment.