Skip to content

fix: package build (#43) #117

fix: package build (#43)

fix: package build (#43) #117

Workflow file for this run

name: Python
on:
push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python "3.9"
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install dependencies
run: make deps
- name: Test
run: make test