Skip to content

Commit

Permalink
Tell uv not to sync dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Dec 9, 2024
1 parent 3c4b099 commit 179c361
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
gs --version
pngquant --version
unpaper --version
uv run img2pdf --version
uv run --no-dev img2pdf --version
- name: Test
run: |
uv run pytest --cov-report xml --cov=ocrmypdf --cov=tests/ -n0 tests/
uv run --no-dev pytest --cov-report xml --cov=ocrmypdf --cov=tests/ -n0 tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down Expand Up @@ -154,11 +154,11 @@ jobs:
tesseract --version
gs --version
pngquant --version
uv run img2pdf --version
uv run --no-dev img2pdf --version
- name: Test
run: |
uv run pytest --cov-report xml --cov=ocrmypdf --cov=tests/ -n0 tests/
uv run --no-dev pytest --cov-report xml --cov=ocrmypdf --cov=tests/ -n0 tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Test
run: |
uv run pytest --cov-report xml --cov=ocrmypdf --cov=tests/ -n0 tests/
uv run --no-dev pytest --cov-report xml --cov=ocrmypdf --cov=tests/ -n0 tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 179c361

Please sign in to comment.