From 179c36151badd15445dde00cb1e3390ab8feeaac Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 8 Dec 2024 17:27:31 -0800 Subject: [PATCH] Tell uv not to sync dev --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 439cf413..88b5738f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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