Skip to content

.

. #672

Workflow file for this run

on: [push, pull_request]
jobs:
develop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
nix run .#build-all
sed -i 's/torch-bin/torchWithoutCuda/' flake.nix
sed -i 's/torchvision-bin/torchvision/' flake.nix
sed -i 's/config.allowUnfree = true;//' flake.nix
nix develop .#python --command bash -c "DEBUG=1 python main.py"
nix develop .#latex --command latexmk -outdir=tmp/ -pdf ms.tex