Skip to content

Commit

Permalink
fix: install root
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 11, 2025
1 parent 851fff5 commit 8b5f167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
--python-version ${{ matrix.python-version }} \
--override constraints.txt
poetry run pip install -r requirements.txt
poetry install --only-root
- name: Test with pytest
run: |
poetry run pytest --cov-report xml --cov=bayes_opt/
Expand Down

0 comments on commit 8b5f167

Please sign in to comment.