Skip to content

Commit

Permalink
relink deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Oct 9, 2024
1 parent c18cfdf commit 2f08610
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Install Plugin
run: |
brew install jpeg-xl
brew link jpeg-xl
brew unlink jpeg-xl && brew link jpeg-xl
brew unlink highway && brew link highway
brew unlink brotli && brew link brotli
source venv/bin/activate
pip install maturin
maturin develop --features dynamic
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ jobs:
- name: Check dependencys
run: |
brew install jpeg-xl
brew link jpeg-xl
brew unlink jpeg-xl && brew link jpeg-xl
brew unlink highway && brew link highway
brew unlink brotli && brew link brotli
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Install Plugin
run: |
brew install jpeg-xl
brew link jpeg-xl
brew unlink jpeg-xl && brew link jpeg-xl
brew unlink highway && brew link highway
brew unlink brotli && brew link brotli
source venv/bin/activate
pip install maturin
maturin develop --features dynamic
Expand Down

0 comments on commit 2f08610

Please sign in to comment.