Skip to content

Commit

Permalink
Update merge-gate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm authored Aug 17, 2023
1 parent 8ee0ddc commit 75d6e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 75d6e8e

Please sign in to comment.