Skip to content

Problem: ci test dependency install fail #355

Problem: ci test dependency install fail

Problem: ci test dependency install fail #355

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
tags:
- "*"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- name: Run linting
run: nix develop -c make lint-ci
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- name: Run tests
run: nix develop -c python -mpytest -vv -s
nix-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- run: nix run