Skip to content

Commit

Permalink
ci: fix typo in workflow filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Oct 31, 2024
1 parent b3872a8 commit 1e98096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
version: ["3.9", "3.10", "3.11", "3.12"]
os: [windows-latest, macOS-13, macOS-latest, ubuntu-latest]
uses: ./.github/workflows/pytest.yaml
uses: ./.github/workflows/pytest.yml
with:
version: ${{ matrix.version }}
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
quick-test:
uses: ./.github/workflows/pytest.yaml
uses: ./.github/workflows/pytest.yml
with:
verbose: true
secrets:
Expand Down

0 comments on commit 1e98096

Please sign in to comment.