Skip to content

Commit

Permalink
sort out binder + environment.yml symlink to avoid env file copies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 6, 2021
1 parent 1590ccb commit 5bb91a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .binder/environment.yml
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: "3.7"
activate-environment: teachopencadd
channel-priority: true
environment-file: devtools/conda-envs/test_env.yml
environment-file: devtools/test_env.yml
auto-activate-base: false

- name: Additional info about the build
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions devtools/conda-envs/test_env.yml → devtools/test_env.yml
@@ -1,4 +1,4 @@
name: teachopencadd
name: teachopencadd
channels:
- conda-forge
dependencies:
Expand Down Expand Up @@ -49,5 +49,5 @@ dependencies:
- nbsphinx-link
- https://github.com/jaimergp/autodocktools-prepare-py3k/archive/master.zip
- https://github.com/volkamerlab/opencadd/archive/b6d9c511f89ff200c45532e614f1abffa35e2ab7.zip
# the package itself (teachopencadd)
- ../../
# TeachOpenCADD itself
- ../
2 changes: 1 addition & 1 deletion docs/installing.rst
Expand Up @@ -13,7 +13,7 @@ Eventually, we will have a ``conda`` package, but for now you need to create a n

1. Create a new conda environment for TeachOpenCADD::

conda env create -f https://raw.githubusercontent.com/volkamerlab/TeachOpenCADD/master/environment.yml
conda env create -f https://raw.githubusercontent.com/volkamerlab/TeachOpenCADD/master/devtools/other-conda-envs/users_env.yml

2. Activate the new environment::

Expand Down
1 change: 0 additions & 1 deletion environment.yml

This file was deleted.

0 comments on commit 5bb91a8

Please sign in to comment.