Skip to content

Commit

Permalink
no sscache?
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jul 1, 2024
1 parent 58754de commit b17e649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: auto
# sccache: "true"
# - name: Upload wheels
# uses: actions/upload-artifact@v4
# with:
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: auto
# sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: "true"
# sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: "true"
# sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
# sccache: 'true'
# manylinux: auto
- name: pytest
if: ${{ startsWith(matrix.target, 'x86_64') }}
Expand Down

0 comments on commit b17e649

Please sign in to comment.