Skip to content

Commit 31387ea

Browse files
committed
Cleanups
1 parent a22ac01 commit 31387ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ jobs:
4343
source /usr/share/miniconda/etc/profile.d/conda.sh
4444
conda activate mdproptools-env
4545
conda install -c conda-forge openbabel
46-
pip install .[dev]
47-
48-
- name: Install VCS dependencies
49-
run: |
5046
pip install -r requirements.txt
47+
pip install .[dev]
5148
5249
- name: Run tests using pytest
5350
run: |

0 commit comments

Comments
 (0)