Skip to content

Commit 431f8f5

Browse files
style: pre-commit fixes
1 parent 7af8adc commit 431f8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# run: pytest -ra --showlocals --durations=20
148148

149149
- name: Test package
150-
# if: "!contains(matrix.python-version, 'graalpy')"
150+
# if: "!contains(matrix.python-version, 'graalpy')"
151151
run: >-
152152
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n
153153
auto --durations=20

0 commit comments

Comments
 (0)