Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Oct 2, 2023
1 parent 4f1e49e commit b0745c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# update to 3.11 when nlopt allows
# ipopt does not work on 3.9 (https://github.com/mechmotum/cyipopt/issues/225)
python-version: ['3.10', '3.11']
python-version: ['3.11']

steps:
- name: Check out repository
Expand Down
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ description =
[testenv:optimize]
extras = test,dlib,ipopt,pyswarm,cmaes,nlopt,fides,mpi,pyswarms,petab
commands =
# workaround as ipopt has incomplete build
# pip install git+https://github.com/mechmotum/cyipopt.git@master
# pip install --use-pep517 cyipopt
pytest --cov=pypesto --cov-report=xml --cov-append \
test/optimize -s
description =
Expand Down Expand Up @@ -128,8 +125,6 @@ description =
allowlist_externals = bash
extras = example,amici,petab,pyswarm,pymc3,cmaes,nlopt,fides
commands =
# workaround as ipopt has incomplete build
# pip install git+https://github.com/mechmotum/cyipopt.git@master
bash test/run_notebook.sh 1
description =
Run notebooks 1
Expand Down

0 comments on commit b0745c2

Please sign in to comment.