Skip to content

Commit 23f969e

Browse files
committed
set back
1 parent 23a317f commit 23f969e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ permissions: read-all
2727

2828
jobs:
2929
pytest:
30-
runs-on: ubuntu-22.04
31-
timeout-minutes: 240
30+
runs-on: ubuntu-24.04
31+
timeout-minutes: 20
3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434
- uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1
@@ -41,7 +41,7 @@ jobs:
4141
pip install -r dev_tools/requirements/envs/pytest.env.txt
4242
pip install --no-deps -e .
4343
- run: |
44-
check/pytest --durations=10 -v -n=0
44+
check/pytest -m 'not notebook and not slow'
4545
4646
dev-tools:
4747
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)