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 44ba539 commit 9d28aedCopy full SHA for 9d28aed
.github/workflows/run_tests.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Install test dependencies
33
run: |
34
uv sync --extra dev
35
- uv add "numpy${{ matrix.numpy-version}}"
+ uv pip install "numpy${{ matrix.numpy-version}}"
36
- name: Run pytest
37
- run: uv run pytest --cov-report xml --cov=bayes_opt/
+ run: uv run --no-sync pytest --cov-report xml --cov=bayes_opt/
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v4
40
with:
0 commit comments