Skip to content

Commit

Permalink
fix graphviz import
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed May 7, 2024
1 parent 907165d commit f02a6e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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 graphviz
sudo apt-get install graphviz libgraphviz-dev pkg-config
pip install pytest-cov flake8 decoupler omnipath requests rpy2 pathos
pip install git+https://github.com/saezlab/corneto.git@dev networkx pygraphviz .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit f02a6e4

Please sign in to comment.