mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Tmate the hell out of this.
This commit is contained in:
parent
ae88fa2f61
commit
38e9349493
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -31,8 +31,6 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
id: python
|
||||
env:
|
||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install Rust
|
||||
@ -71,6 +69,8 @@ jobs:
|
||||
# path: |
|
||||
# ~/.cargo/registry
|
||||
# ~/.cargo/git
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
- name: Install
|
||||
run: |
|
||||
# export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user