Skip to content

Use inferred compute config in Clifford #216

Use inferred compute config in Clifford

Use inferred compute config in Clifford #216

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: equivariant-posteriors
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
extraPullNames: cuda-maintainers
- name: update apt
run: sudo apt-get update
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- run: nix build
# - run: nix flake check