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 0072a35 commit 7324a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install conda packages
run: |
conda install setuptools cython numpy pytest mock curl
conda install setuptools cython numpy pytest mock curl --name base
- name: Install cpptraj
run: |
export PATH=$HOME/bin:${PATH}
Expand Down

0 comments on commit 7324a95

Please sign in to comment.