mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Trying some other install.
This commit is contained in:
parent
0b029b3c24
commit
48b7841a68
4
.github/workflows/nix_tests.yaml
vendored
4
.github/workflows/nix_tests.yaml
vendored
@ -21,13 +21,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
install-url: https://releases.nixos.org/nix/nix-2.18.5/install
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: text-generation-inference
|
||||
# If you chose signing key for write access
|
||||
# Dummy change.
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
env:
|
||||
USER: github_runner
|
||||
|
Loading…
Reference in New Issue
Block a user