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 0e75586 commit fe04c74
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
sudo apt-get install graphviz libgraphviz-dev pkg-config
pip install pytest-cov flake8 decoupler omnipath requests rpy2 pathos
pip install pytest-cov flake8 decoupler omnipath requests rpy2 pathos pyocclient
pip install git+https://github.com/saezlab/corneto.git@dev networkx pygraphviz picos .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit fe04c74

Please sign in to comment.