Skip to content

Commit

Permalink
Try to use pip instead of conda to build pytraj
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe committed Aug 17, 2023
1 parent 57c275f commit dbf82ef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Add conda to system path
- name: Install dependencies
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install conda packages
run: |
conda install setuptools cython numpy pytest mock curl
python -m pip install --upgrade pip
pip install setuptools cython numpy pytest mock curl
- name: Install cpptraj
run: |
export PATH=$HOME/bin:${PATH}
Expand Down

0 comments on commit dbf82ef

Please sign in to comment.