Skip to content

Commit

Permalink
ci: fix ci (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 12, 2024
1 parent 701a264 commit 5a12481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install mdto.py and dependencies
run: |
go install github.com/richardlehane/siegfried/cmd/sf@latest
sf -update
pip install pytest pytest-cov .
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install mdto.py and test dependencies
run: |
go install github.com/richardlehane/siegfried/cmd/sf@latest
sf -update
pip install pytest # pytest ≠ project dep, so add it here
pip install .
Expand Down

0 comments on commit 5a12481

Please sign in to comment.