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 2, 2021
1 parent fee4e4f commit 15669e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- run: pip install .
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: pip install .[test]
- run: pytest /tmp/test_requirements.py

0 comments on commit 15669e7

Please sign in to comment.