Not unstable.

This commit is contained in:
Nicolas Patry 2024-09-24 20:01:55 +02:00
parent 846fcc3447
commit 4a29ae2b66
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -20,8 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: text-generation-inference
@ -29,8 +27,6 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
env:
USER: github_runner
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Build
run: nix develop .#test --command echo "Ok"
- name: Pre-commit tests.