Skip to content

Commit

Permalink
removed rpy2 and moved to actions menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed May 7, 2024
1 parent 505969b commit 109188c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
environment-file: environment.yml
- name: Install additional dependencies
run: |
pip install rpy2
pip install git+https://github.com/saezlab/corneto.git@dev .
- name: Lint with flake8
run: |
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: networkcommons
name: networkcommons_test
channels:
- bioconda
- r
Expand All @@ -25,7 +25,6 @@ dependencies:
- pytest==8.2.0
- pytest-cov==5.0.0
- requests==2.31.0
- rpy2==3.5.16
- ruamel-yaml==0.18.6
- ruamel-yaml-clib==0.2.8
- scipy==1.11.4
Expand Down

0 comments on commit 109188c

Please sign in to comment.