We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af8adc commit 431f8f5Copy full SHA for 431f8f5
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
# run: pytest -ra --showlocals --durations=20
148
149
- name: Test package
150
- # if: "!contains(matrix.python-version, 'graalpy')"
+ # if: "!contains(matrix.python-version, 'graalpy')"
151
run: >-
152
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n
153
auto --durations=20
0 commit comments