Skip to content

Commit

Permalink
Fixed a typo in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed May 5, 2024
1 parent 68a8602 commit aa8aed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- "3.12"
runs-on: ${{ matrix.os }}
steps:
- uses: ./.github/actions/setup-python
- uses: ./.github/actions/setup-python-and-git
with:
python-version: ${{ matrix.python-version }}
- name: Check git is working
Expand Down

0 comments on commit aa8aed7

Please sign in to comment.