Skip to content

Commit

Permalink
Fix CI on macOS
Browse files Browse the repository at this point in the history
Closes jaymzh#51.
  • Loading branch information
swt2c committed Sep 13, 2023
1 parent 3d24152 commit 595f890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cd libconcord/bindings/python
python3 -m build
pip3 install dist/*.whl
python3 -c 'import libconcord; print(libconcord)'
DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib python3 -c 'import libconcord; print(libconcord)'
cd -
- name: Build concordance
run: |
Expand Down

0 comments on commit 595f890

Please sign in to comment.