Skip to content

Commit

Permalink
Update main.yml - mmtf-python
Browse files Browse the repository at this point in the history
  • Loading branch information
vratins authored Sep 25, 2023
1 parent 07c1160 commit 3447f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [[ ${{ matrix.python-version }} == "3.11" ]]; then conda config --add channels conda-forge; fi
conda create --yes -n test python=${{ matrix.python-version }}
source activate test
conda install --yes numpy scipy nose pyparsing requests
conda install --yes numpy scipy nose pyparsing requests mmtf-python
if [[ ${{ matrix.python-version }} == "2.7" ]]; then conda install --yes unittest2; fi
pip install .
python setup.py build_ext --inplace --force
Expand All @@ -38,4 +38,4 @@ jobs:
source activate test
conda install --yes pytest
pytest

0 comments on commit 3447f58

Please sign in to comment.