From f10205eff8118a0bb9b5268befcfc15cdef1e562 Mon Sep 17 00:00:00 2001 From: erikkaum Date: Thu, 22 Aug 2024 16:36:54 +0200 Subject: [PATCH] test without sccache --- .github/workflows/python_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index d691dd7a..58becf40 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -43,7 +43,7 @@ jobs: python3 -m venv .venv source .venv/bin/activate pip install outlines-core --find-links dist --force-reinstall - pip install pytest + pip install pytest pytest-cov - name: Run tests run: | source .venv/bin/activate @@ -127,7 +127,7 @@ jobs: with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter - sccache: 'true' + sccache: 'false' manylinux: auto working-directory: bindings/python - name: Upload wheels