Skip to content

Commit

Permalink
added danker install for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Jun 18, 2024
1 parent 97c286b commit 6664c37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test_requirements.txt
pip install .
- name: Python unit tests
run: |
coverage run --source danker -m pytest test/
Expand Down
1 change: 0 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
importlib
numpy>=1.18.5
networkx>=2.3
coveralls>=3.3.1
Expand Down

0 comments on commit 6664c37

Please sign in to comment.