Skip to content

install to add

install to add #184

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21
- uses: DeterminateSystems/magic-nix-cache-action@v12
- run: nix profile install nixpkgs#direnv
- run: |
direnv allow
direnv export gha >> "$GITHUB_ENV"
- run: |
pip install -r requirements/test.txt
tox