We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851fff5 commit 8b5f167Copy full SHA for 8b5f167
.github/workflows/run_tests.yml
@@ -45,6 +45,7 @@ jobs:
45
--python-version ${{ matrix.python-version }} \
46
--override constraints.txt
47
poetry run pip install -r requirements.txt
48
+ poetry install --only-root
49
- name: Test with pytest
50
run: |
51
poetry run pytest --cov-report xml --cov=bayes_opt/
0 commit comments