Skip to content

Commit

Permalink
Merge pull request #106 from astronomy-commons/delucchi/104/sort
Browse files Browse the repository at this point in the history
Add step to list dependencies.
  • Loading branch information
delucchi-cmu authored Jun 22, 2023
2 parents e33790f + 4448a98 commit 95d6cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
pip install .
pip install .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: List dependencies
run: |
pip list
- name: Run unit tests with pytest
run: |
python -m pytest tests

0 comments on commit 95d6cb2

Please sign in to comment.