Skip to content

Commit

Permalink
Moved requirements to tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 15, 2024
1 parent 4aaa95c commit 3940e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dirgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r tests/requirements.txt
- name: Install Graphviz
run: |
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt → tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Requirements for running test_dirgraph pytest

pytest
pydot
numpy
Expand Down

0 comments on commit 3940e91

Please sign in to comment.