Skip to content

Commit

Permalink
🔧 (CI): Fix Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Apr 15, 2024
1 parent 3793f1d commit 338423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
export DEP_BROTLI_LIB=/usr/local/Cellar/brotli/1.1.0/lib
export DEP_HWY_LIB=/usr/local/Cellar/highway/1.1.0/lib
source venv/bin/activate
pip install maturin[patchelf]
pip install maturin
maturin develop --features dynamic
- name: Test with pytest
Expand Down

0 comments on commit 338423e

Please sign in to comment.