Skip to content

Commit

Permalink
Not unstable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 24, 2024
1 parent 3f8b7aa commit 5171dfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nix_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ 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
# If you chose signing key for write access
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.
Expand Down

0 comments on commit 5171dfe

Please sign in to comment.