Skip to content

Commit

Permalink
Merge pull request #108 from chrishavlin/list_deps_in_actions
Browse files Browse the repository at this point in the history
list deps in weekly action
  • Loading branch information
chrishavlin authored Nov 11, 2024
2 parents 12128cf + 2af624f commit 9d861f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/weekly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .[full,test]
- name: List installed deps
run: pip list
- name: Run Tests
run: pytest -v .

0 comments on commit 9d861f8

Please sign in to comment.