Skip to content

Commit

Permalink
Merge pull request #52 from nest/pygsl-pip-fix
Browse files Browse the repository at this point in the history
Revert to default PyPI pygsl version
  • Loading branch information
clinssen committed Dec 8, 2021
2 parents 24c6e6f + b3ed149 commit 7707dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ode-toolbox-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip pytest pycodestyle codecov pytest-cov wheel
python -m pip install -r requirements.txt
if [ "${{ matrix.with_gsl }}" == "1" ]; then wget "https://files.pythonhosted.org/packages/17/fc/9c11163f017a0d6877141d4d4edb619b0f05990d865caab840a2d0463581/pygsl-2.3.0.1.tar.gz" && mv -v pygsl-2.3.0.1.tar.gz pygsl-2.3.0.tar.gz && python -m pip install pygsl-2.3.0.tar.gz ; fi
if [ "${{ matrix.with_gsl }}" == "1" ]; then python -m pip install pygsl ; fi
export PYTHON_VERSION=`python -c "import sys; print('.'.join(map(str, [sys.version_info.major, sys.version_info.minor])))"`
echo "Python version detected:"
echo $PYTHON_VERSION
Expand Down

0 comments on commit 7707dcb

Please sign in to comment.