Skip to content

Commit

Permalink
make devops tests required to pass before prceeding with examples and…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
slayoo committed Nov 16, 2024
1 parent 67fc316 commit d64bcc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

tests:
timeout-minutes: 120
needs: [nojit_and_codecov, pylint, pdoc, precommit, zenodo_json]
needs: [nojit_and_codecov, pylint, pdoc, precommit, zenodo_json, devops]
strategy:
matrix:
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
python -m pytest --durations=10 -p no:unraisableexception -We -k "test_timing_3d" tests/smoke_tests
examples:
needs: [pylint, precommit]
needs: [pylint, precommit, devops]
strategy:
matrix:
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
package-dir: [".", "examples"]
fail-fast: false
runs-on: ubuntu-latest
needs: [tests, examples, devops]
needs: [tests, examples]
permissions:
id-token: write
steps:
Expand Down

0 comments on commit d64bcc9

Please sign in to comment.