Skip to content

Commit

Permalink
ci: Add requirements test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 3, 2021
1 parent 12ba9a9 commit 9b95e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: pip install --upgrade pip
- run: pip install .[test]
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: pytest /tmp/test_requirements.py
# The unit tests need to be run with ipython, as the code requires a
# running ipython instance (as you would have in a notebook)
- run: ipython -m pytest -- --cov ocdskingfishercolab
Expand Down

0 comments on commit 9b95e72

Please sign in to comment.