Skip to content

Commit

Permalink
Fix CI tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 27, 2024
1 parent ee7186b commit 33501f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: python -m pip install -e .[test]
- name: Launch tests
run: python -m pytest
env:
DYLD_FALLBACK_LIBRARY_PATH: /opt/homebrew/lib
- name: Check coding style
run: python -m flake8
- name: Check imports order
Expand Down

0 comments on commit 33501f0

Please sign in to comment.