Skip to content

Commit

Permalink
added networkx to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 13, 2024
1 parent 97c9731 commit d5c7a37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
#alias conda="$CONDA/bin/conda"
conda create -n zerod python=3.11.4
conda run -n zerod pip install -e ".[dev]"
- name: Install Networkx
run: |
conda run -n zerod pip install networkx
- name: Test the build
run: |
cd tests
conda run -n zerod pytest -v --durations=0 --ignore=tests/test_dirgraph.py
conda run pytest -v --durations=0
- name: Build using CMake
run: |
mkdir Release
Expand Down

0 comments on commit d5c7a37

Please sign in to comment.