Skip to content

Commit

Permalink
build: 📦 update dependencies (mostly for dev), fix macOS build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 1, 2024
1 parent 3a0aea6 commit d375a04
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 604 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Restore build dependencies cache (macOS)
id: build-deps-macos
if: startsWith(matrix.platform_id, 'macos') && steps.cache-dist.outputs.cache-hit != 'true'
if: startsWith(matrix.platform_id, 'macos')
uses: actions/cache/restore@v4
with:
key: build-deps-${{ runner.os }}-${{ matrix.platform_id }}
Expand Down
Loading

0 comments on commit d375a04

Please sign in to comment.