Skip to content

Commit

Permalink
Fix workflow error: "The workflow is not valid. .github/workflows/pyt…
Browse files Browse the repository at this point in the history
…hon-package.yml (Line: 31, Col: 7): 'run' is already defined"
  • Loading branch information
mhogan-nwra committed Sep 9, 2024
1 parent 8bb6671 commit 7a0d91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- name: Install dependencies
run: |
pdm sync -d -G test
- name: Run Tests
run: |
pytest -rsxXf --doctest-modules src tests

0 comments on commit 7a0d91c

Please sign in to comment.