From 75d6e8e130cc16b6945b4cd8165f3e3944ec01d9 Mon Sep 17 00:00:00 2001 From: Hai Nguyen Date: Thu, 17 Aug 2023 19:02:27 -0400 Subject: [PATCH] Update merge-gate.yml --- .github/workflows/merge-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-gate.yml b/.github/workflows/merge-gate.yml index 5796d171e3..fa840d1493 100644 --- a/.github/workflows/merge-gate.yml +++ b/.github/workflows/merge-gate.yml @@ -148,7 +148,8 @@ jobs: echo $CONDA/bin >> $GITHUB_PATH - name: Install conda packages run: | - conda install setuptools cython numpy pytest mock curl python=3.8 --name base + git clone https://github.com/Amber-MD/pytraj.git + conda env update --file pytraj/environment.yml --name base - name: Install cpptraj run: | export PATH=$HOME/bin:${PATH} @@ -158,7 +159,6 @@ jobs: make -j2 libcpptraj - name: Install pytraj run: | - git clone https://github.com/Amber-MD/pytraj.git source cpptraj.sh cd pytraj python setup.py install