Skip to content

python3Packages.nvidia-cutlass-dsl: 4.3.0 -> 4.4.1 #433

python3Packages.nvidia-cutlass-dsl: 4.3.0 -> 4.4.1

python3Packages.nvidia-cutlass-dsl: 4.3.0 -> 4.4.1 #433

Workflow file for this run

name: "Nix checks"
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened] # trigger on PRs
workflow_dispatch:
jobs:
build:
name: Nix checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Check formatting
run: nix fmt -- --ci
- name: Nix checks
run: nix build .\#checks.x86_64-linux.default