mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
Getting libpython maybe ?
This commit is contained in:
parent
e158141a83
commit
5298fd0116
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -71,6 +71,8 @@ jobs:
|
|||||||
# ~/.cargo/git
|
# ~/.cargo/git
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
|
export LD_LIBRARY_PATH=${{ steps.python.ouputs.pythonLocation }}/lib/
|
||||||
|
echo $LD_LIBRARY_PATH
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
@ -84,7 +86,7 @@ jobs:
|
|||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
- name: Run Rust tests
|
- name: Run Rust tests
|
||||||
run: |
|
run: |
|
||||||
export LD_LIBRARY_PATH=${{ env.pythonLocation }}/lib/
|
export LD_LIBRARY_PATH=${{ steps.python.ouputs.pythonLocation }}/lib/
|
||||||
echo $LD_LIBRARY_PATH
|
echo $LD_LIBRARY_PATH
|
||||||
ls ${{ env.pythonLocation }}/lib/
|
ls ${{ env.pythonLocation }}/lib/
|
||||||
cargo test
|
cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user