mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +00:00
Let's see what the issue is ?
This commit is contained in:
parent
815449da74
commit
8e7c7c61f1
3
.github/workflows/nix_integration_tests.yaml
vendored
3
.github/workflows/nix_integration_tests.yaml
vendored
@ -9,6 +9,7 @@ on:
|
|||||||
- "launcher/**"
|
- "launcher/**"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
- "rust-toolchain.toml"
|
- "rust-toolchain.toml"
|
||||||
|
- "flake.nix"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
@ -32,6 +33,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: nix develop .#test --command echo "Ok"
|
run: nix develop .#test --command echo "Ok"
|
||||||
- name: Python tests.
|
- name: Python tests.
|
||||||
run: nix develop .#test --command python -m pytest integration-tests/
|
run: nix develop .#test --command python -m pytest -svvx integration-tests/
|
||||||
env:
|
env:
|
||||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||||
|
1
.github/workflows/nix_tests.yaml
vendored
1
.github/workflows/nix_tests.yaml
vendored
@ -9,6 +9,7 @@ on:
|
|||||||
- "launcher/**"
|
- "launcher/**"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
- "rust-toolchain.toml"
|
- "rust-toolchain.toml"
|
||||||
|
- "flake.nix"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
Reference in New Issue
Block a user