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
|
||||
- name: Run Rust tests
|
||||
run: |
|
||||
export LD_LIBRARY_PATH=${{ steps.python.outputs.pythonLocation }}/lib/
|
||||
echo $LD_LIBRARY_PATH
|
||||
export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/
|
||||
echo $LD_PRELOAD_PATH
|
||||
ls ${{ env.pythonLocation}/lib/
|
||||
cargo test
|
||||
- name: sccache stats
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user