Skip to content

add direnv to setup.sh #2

add direnv to setup.sh

add direnv to setup.sh #2

Workflow file for this run

name: Test and Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
run: ./setup.sh
- name: Install python dependencies
run: poetry install
- name: Test
run: poetry run python -m unittest tests/**.py