Skip to content

Commit

Permalink
Update packages (#238)
Browse files Browse the repository at this point in the history
* Update pymoo, botorch, and skorch

* Update to least_duration algorithm in pytest-split
  • Loading branch information
marcosfelt authored Feb 13, 2023
1 parent 34162c8 commit c8fc71b
Show file tree
Hide file tree
Showing 4 changed files with 1,532 additions and 1,099 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run tests
shell: bash
run: PY_IGNORE_IMPORTMISMATCH=1 pytest --doctest-modules --disable-warnings --ignore=experiments --splits 5 --group ${{ matrix.group }}
run: PY_IGNORE_IMPORTMISMATCH=1 pytest --doctest-modules --disable-warnings --ignore=experiments --splits 5 --group ${{ matrix.group }} --splitting-algorithm least_duration

# Publish to pypi on version change
# This is based on https://github.com/coveooss/pypi-publish-with-poetry
Expand Down
Loading

0 comments on commit c8fc71b

Please sign in to comment.