Skip to content

Commit

Permalink
CI rebuild local
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Aug 1, 2024
1 parent 252fa20 commit fcef493
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 107 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- uses: prefix-dev/[email protected]
with:
environments: default
cache: false
cache: true

- name: Re-install local
run: |
pixi run rebuild
- name: Lint with ruff
run: |
pixi run lint
Expand Down Expand Up @@ -77,5 +80,5 @@ jobs:
- name: Upload package
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.os }}-${{ strategy.job-index }}
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
Loading

0 comments on commit fcef493

Please sign in to comment.