Skip to content

Commit

Permalink
Add test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Jan 20, 2024
1 parent 519615e commit d0e0165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
flake8 ${{ env.SRC_DIR }} --count --exit-zero --isolated --max-complexity=10 --max-doc-length=72 --select=C901,W505 --statistics
- name: Install package
run: pip install .
- name: Install test requirements
run: pip install -r test/requirements.txt
- name: Test package
run: |
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy

0 comments on commit d0e0165

Please sign in to comment.