mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Fixing the location ?
This commit is contained in:
parent
50c8ca6c84
commit
33683220ca
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -82,8 +82,9 @@ 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=${{ steps.python.outputs.pythonLocation }}/lib/
|
export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/
|
||||||
echo $LD_LIBRARY_PATH
|
echo $LD_PRELOAD_PATH
|
||||||
|
ls ${{ env.pythonLocation}/lib/
|
||||||
cargo test
|
cargo test
|
||||||
- name: sccache stats
|
- name: sccache stats
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user