Skip to content

Commit 58d6654

Browse files
authored
Update ci.yml
1 parent 431f8f5 commit 58d6654

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
🐍 ${{ matrix.python-version }} • CMake ${{ matrix.cmake-version }} on ${{
4949
matrix.runs-on }}
5050
runs-on: ${{ matrix.runs-on }}
51-
timeout-minutes: 70
5251
strategy:
5352
fail-fast: false
5453
matrix:
@@ -142,12 +141,12 @@ jobs:
142141
pip install
143142
-e.[test,test-meta,test-numpy,test-schema,wheels,cov,wheel-free-setuptools]
144143

145-
#- name: Test package (serial)
146-
# if: "contains(matrix.python-version, 'graalpy')"
147-
# run: pytest -ra --showlocals --durations=20
144+
- name: Test package (serial)
145+
if: "contains(matrix.python-version, 'graalpy')"
146+
run: pytest -ra -v --showlocals --durations=20
148147

149148
- name: Test package
150-
# if: "!contains(matrix.python-version, 'graalpy')"
149+
if: "!contains(matrix.python-version, 'graalpy')"
151150
run: >-
152151
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n
153152
auto --durations=20

0 commit comments

Comments
 (0)