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 8d8b205 commit 907165d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev
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 graphviz pygraphviz .
pip install pytest-cov flake8 decoupler omnipath requests rpy2 pathos graphviz
pip install git+https://github.com/saezlab/corneto.git@dev networkx pygraphviz .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 907165d

Please sign in to comment.