Skip to content

Commit

Permalink
Add install requirements to test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
transientlunatic committed Aug 16, 2024
1 parent 5fb79d0 commit 379bb88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
python-version: 3.8

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r requirements_test.txt
- name: Run Tests
run: |
python -m unittest discover tests/

0 comments on commit 379bb88

Please sign in to comment.