Skip to content

Commit

Permalink
ci: Fix test matrix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Jun 19, 2024
1 parent 4d06c8e commit 9c03b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate
on: [push, pull_request]
jobs:
ci:
uses: ./.github/workflows/.validate-matrix.yaml
uses: ./.github/workflows/.validate-matrix.yml
name: "${{ matrix.os.name }} (Python ${{ matrix.python-version }})"
strategy:
fail-fast: false
Expand Down

0 comments on commit 9c03b39

Please sign in to comment.