We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a317f commit 23f969eCopy full SHA for 23f969e
1 file changed
.github/workflows/pr.yaml
@@ -27,8 +27,8 @@ permissions: read-all
27
28
jobs:
29
pytest:
30
- runs-on: ubuntu-22.04
31
- timeout-minutes: 240
+ runs-on: ubuntu-24.04
+ timeout-minutes: 20
32
steps:
33
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
- uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1
@@ -41,7 +41,7 @@ jobs:
41
pip install -r dev_tools/requirements/envs/pytest.env.txt
42
pip install --no-deps -e .
43
- run: |
44
- check/pytest --durations=10 -v -n=0
+ check/pytest -m 'not notebook and not slow'
45
46
dev-tools:
47
runs-on: ubuntu-24.04
0 commit comments