Skip to content

Commit

Permalink
ci: Add manual naming for run-pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Nov 14, 2023
1 parent 88c3881 commit a3cf696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
cancel-in-progress: true
jobs:
test:
run: test (${{ matrix.os }}, ${{ matrix.python }}, ${{ matrix.dependencies }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit a3cf696

Please sign in to comment.