Skip to content

Commit

Permalink
I guess we should run these.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed Aug 10, 2022
1 parent ea65779 commit 20cd424
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ defaults:
jobs:
runtime:
name: Runtime - ${{ matrix.os }}, Python ${{ matrix.python-version }}, Runtime ${{ matrix.runtime-version }}
needs: software
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:

benchmarks:
name: Benchmarks - ${{ matrix.os }}, Python ${{ matrix.python-version }}, Runtime ${{ matrix.runtime-version }}
needs: software
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -132,7 +130,6 @@ jobs:

stability:
name: Stability - ${{ matrix.os }}, Python ${{ matrix.python-version }}, Runtime ${{ matrix.runtime-version }}
needs: software
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
Expand Down

0 comments on commit 20cd424

Please sign in to comment.