Skip to content

Commit

Permalink
not for py2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 1, 2024
1 parent b3ad187 commit 023cb0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
source activate test
conda install --yes numpy scipy nose requests
if [[ ${{ matrix.python-version }} == "2.7" ]]; then conda install --yes unittest2; else conda install --yes pdbfixer mdtraj; fi
pip install mmtf-python scikit-learn pytest pytest-skip-slow
if [[ ${{ matrix.python-version }} != "2.7" ]]; then pip install pytest-skip-slow; fi
pip install mmtf-python scikit-learn pytest
pip install .
python setup.py build_ext --inplace --force
- name: Test with pytest
Expand Down

0 comments on commit 023cb0b

Please sign in to comment.