Skip to content

Commit e44614f

Browse files
committed
CI update
1 parent 2c8a607 commit e44614f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
5555
- name: install with pip
5656
shell: bash -l {0}
57+
run: which pip
5758
run: pip install -e .
59+
run: conda list
5860

5961
- name: Run test suite
6062
shell: bash -l {0}

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# $ conda create --name <env> --file <this file>
22
name: prep
33
channels:
4-
- defaults
54
- salilab
65
- conda-forge
76
dependencies:
@@ -16,3 +15,4 @@ dependencies:
1615
- openmmtools
1716
- rdkit
1817
- openff-toolkit
18+
- pip

0 commit comments

Comments
 (0)