Skip to content

Commit

Permalink
test without sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum committed Aug 22, 2024
1 parent 3ed8fe8 commit f10205e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f10205e

Please sign in to comment.