Skip to content

Commit aa1bbee

Browse files
committed
ci: drop coverage to see if we can get GraalPy working
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 655bd22 commit aa1bbee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,13 @@ jobs:
145145
with:
146146
max_attempts: 2
147147
retry_on: error
148-
timeout_seconds: 5
149148
command: >-
150149
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
151150
--durations=20 -n auto
152151
153152
- name: Test package (serial)
154153
if: "contains(matrix.python-version, 'graalpy')"
155-
run: >-
156-
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
157-
--durations=20
154+
run: pytest -ra --showlocals --durations=20
158155

159156
- name: Test package
160157
if: "!contains(matrix.python-version, 'py')"

0 commit comments

Comments
 (0)