Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@ concurrency:
jobs:
tests:
runs-on:
group: aws-highmemory-32-plus-priv
group: aws-highmemory-32-plus-nix
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: DeterminateSystems/nix-installer-action@main
with:
nix_path: nixpkgs=channel:nixos-unstable
jobs: 4
cores: 12
- uses: cachix/cachix-action@v14
extra-conf: |
max-jobs = 4
cores = 12
sandbox-fallback = false
- name: Nix info
run: nix-shell -p nix-info --run "nix-info -m"
- uses: cachix/cachix-action@v16
with:
name: huggingface
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
env:
USER: github_runner
- name: Nix info
run: nix-shell -p nix-info --run "nix-info -m"
USER: runner
- name: Check formatting
run: nix fmt -- --ci
- name: Build
Expand Down