Skip to content

Commit

Permalink
fix syntax in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesyan-git committed Oct 12, 2023
1 parent 73cb522 commit dc82a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Test
uses: aganders3/headless-gui@v1
run: |
pytest --pyargs skan --doctest-modules -s -v
with:
run: pytest --pyargs skan --doctest-modules -s -v

- name: Coverage
if: runner.os == 'Linux' && matrix.python == '3.10'
Expand Down

0 comments on commit dc82a8a

Please sign in to comment.