Skip to content

Commit

Permalink
disable xdist on graalpy
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 27, 2024
1 parent ff0fe04 commit 902e288
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 @@ -69,4 +69,4 @@ jobs:
c/requirements.txt
- name: Run tests
run: make pytest${{ ((!contains(matrix.os, 'latest') || matrix.version != '3.12') && '_auto LINT=false') || '' }}
run: make pytest${{ ((!contains(matrix.os, 'latest') || (!contains(matrix.version, 'graalpy') || matrix.version != '3.12') && '_auto LINT=false') || '' }}

0 comments on commit 902e288

Please sign in to comment.