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