Skip to content

Commit

Permalink
reinstall deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Oct 9, 2024
1 parent 2f08610 commit 3ae0005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:

- name: Install Plugin
run: |
brew install jpeg-xl
brew unlink jpeg-xl && brew link jpeg-xl
brew unlink highway && brew link highway
brew unlink brotli && brew link brotli
brew install jpeg-xl highway brotli
source venv/bin/activate
pip install maturin
maturin develop --features dynamic
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,7 @@ jobs:

- name: Check dependencys
run: |
brew install jpeg-xl
brew unlink jpeg-xl && brew link jpeg-xl
brew unlink highway && brew link highway
brew unlink brotli && brew link brotli
brew install jpeg-xl highway brotli
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:

- name: Install Plugin
run: |
brew install jpeg-xl
brew unlink jpeg-xl && brew link jpeg-xl
brew unlink highway && brew link highway
brew unlink brotli && brew link brotli
brew install jpeg-xl highway brotli
source venv/bin/activate
pip install maturin
maturin develop --features dynamic
Expand Down

0 comments on commit 3ae0005

Please sign in to comment.