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 9c4a257 commit 89fc6f7Copy full SHA for 89fc6f7
.github/workflows/continuous-integration.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Run coverage with orjson
65
run: uv run pytest tests --cov
66
- name: Uninstall orjson
67
- run: uv pip uninstall -y orjson
+ run: uv pip uninstall orjson
68
- name: Run coverage without orjson, appending results
69
run: uv run pytest tests --cov --cov-append
70
- name: Prepare ./coverage.xml
@@ -118,7 +118,7 @@ jobs:
118
- name: Sync
119
run: uv sync
120
121
122
- name: Run tests
123
run: uv run pytest tests
124
0 commit comments