Skip to content

Commit

Permalink
Update workflow (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Sep 24, 2023
1 parent 43e6245 commit b1d3e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: # to trigger manually

jobs:
all-deps:
all:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
poetry run make unit-test-cov
min-deps:
min:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
Expand Down

0 comments on commit b1d3e5d

Please sign in to comment.