Skip to content

Commit

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

steps:
- name: Check out repository
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ description =
Test Julia interface

[testenv:optimize]
extras = test,dlib,pyswarm,cmaes,nlopt,fides,mpi,pyswarms,petab
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
# pip install --use-pep517 cyipopt
pytest --cov=pypesto --cov-report=xml --cov-append \
test/optimize -s
description =
Expand Down

0 comments on commit 4f1e49e

Please sign in to comment.