Skip to content

Commit

Permalink
fix missed 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 5, 2023
1 parent 6e01d4f commit 8e19f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
conda create --yes -n test python=${{ matrix.python-version }}
source activate test
conda install --yes numpy scipy nose pyparsing requests
if [[ ${{ matrix.python-version }} == "2.8" ]]; then conda install --yes unittest2; fi
if [[ ${{ matrix.python-version }} == "2.7" ]]; then conda install --yes unittest2; fi
pip install mmtf-python
pip install .
python setup.py build_ext --inplace --force
Expand Down

0 comments on commit 8e19f08

Please sign in to comment.