Skip to content

Commit

Permalink
Fix yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf-meyer committed Oct 22, 2023
1 parent 94d3e93 commit e153c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install package
run: |
Expand Down

0 comments on commit e153c24

Please sign in to comment.