Skip to content

Move to conda #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:

- name: Installing Dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pandocfilters jupyter
python3 -m pip install --upgrade -r requirements.txt
$CONDA/bin/conda env update --file environment.yml --name base


- name: Generating notebooks
Expand Down
15 changes: 9 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: binder-env
channels:
- conda-forge
- bioconda
- openms
dependencies:
- python=3.10
#- bioconda::pyopenms maybe not needed because we install it in a post-build event
- pip

- pip:
- python=3.10
- pyopenms
- matplotlib
- plotly
- pandas
Expand All @@ -16,4 +17,6 @@ dependencies:
- holoviews
- pyviz_comms
- jupyter-server-proxy
- massql
- pip
- pip:
- massql
9 changes: 0 additions & 9 deletions postBuild

This file was deleted.