We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8a607 commit e44614fCopy full SHA for e44614f
2 files changed
.github/workflows/python-app.yml
@@ -54,7 +54,9 @@ jobs:
54
55
- name: install with pip
56
shell: bash -l {0}
57
+ run: which pip
58
run: pip install -e .
59
+ run: conda list
60
61
- name: Run test suite
62
environment.yaml
@@ -1,7 +1,6 @@
1
# $ conda create --name <env> --file <this file>
2
name: prep
3
channels:
4
- - defaults
5
- salilab
6
- conda-forge
7
dependencies:
@@ -16,3 +15,4 @@ dependencies:
16
15
- openmmtools
17
- rdkit
18
- openff-toolkit
+ - pip
0 commit comments