From 5171dfe607a53e93e81d3e34436887f2af18ee90 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 24 Sep 2024 20:01:55 +0200 Subject: [PATCH] Not unstable. --- .github/workflows/nix_tests.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index b2011d75436..a44a55ad393 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -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.