Skip to content

Commit

Permalink
fix(workflows): one more fix for test-dist...
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Oct 22, 2024
1 parent 7c34ab3 commit 2be05e2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
test-dist:
name: test-${{ matrix.build }}
runs-on: ubuntu-latest
matrix:
build:
- sdist
- wheel
strategy:
matrix:
build:
- sdist
- wheel

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2be05e2

Please sign in to comment.