Skip to content

Commit

Permalink
added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed May 7, 2024
1 parent d7191a3 commit 8d8b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
sudo apt-get install -y r-base
pip install pytest-cov flake8 decoupler omnipath requests rpy2 pathos
pip install git+https://github.com/saezlab/corneto.git@dev networkx pygraphviz .
pip install git+https://github.com/saezlab/corneto.git@dev networkx graphviz pygraphviz .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 8d8b205

Please sign in to comment.