Skip to content

fixup! wip action

fixup! wip action #2

Workflow file for this run

name: Run pytest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
name: setup nix
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Install dependencies
run: nix develop --impure
- name: Pytest
run: pytest