Getting libpython maybe ?

This commit is contained in:
Nicolas Patry 2024-09-11 12:52:14 +02:00
parent e158141a83
commit 5298fd0116
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -71,6 +71,8 @@ jobs:
# ~/.cargo/git
- name: Install
run: |
export LD_LIBRARY_PATH=${{ steps.python.ouputs.pythonLocation }}/lib/
echo $LD_LIBRARY_PATH
make install-cpu
- name: Run server tests
run: |
@ -84,7 +86,7 @@ jobs:
pre-commit run --all-files
- name: Run Rust tests
run: |
export LD_LIBRARY_PATH=${{ env.pythonLocation }}/lib/
export LD_LIBRARY_PATH=${{ steps.python.ouputs.pythonLocation }}/lib/
echo $LD_LIBRARY_PATH
ls ${{ env.pythonLocation }}/lib/
cargo test