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 9456151 commit b2b9de8Copy full SHA for b2b9de8
.github/workflows/pytest.yml
@@ -26,11 +26,11 @@ jobs:
26
cache-dependency-glob: "uv.lock" # Update cache if uv.lock changes
27
28
- name: Install the project
29
- run: uv sync --all-extras --dev --project python/thirdweb-ai/pyproject.toml
+ run: uv sync --all-extras --dev --project python/thirdweb-ai
30
31
- name: Test with pytest
32
run: |
33
- uv run pytest python/thirdweb-ai/tests/ --cov=thirdweb_ai --cov-report=xml
+ uv run pytest python/thirdweb-ai/tests --cov=thirdweb_ai --cov-report=xml
34
35
- name: Upload coverage to Codecov
36
uses: codecov/codecov-action@v3
0 commit comments