Skip to content

Commit

Permalink
ci: fix coverage artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 26, 2024
1 parent 1f5dcc5 commit beffde1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
jobs:
validate:
name: lint and test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit beffde1

Please sign in to comment.