Skip to content

revert project name change from #10 - 6c7ea3df (#12) #5

revert project name change from #10 - 6c7ea3df (#12)

revert project name change from #10 - 6c7ea3df (#12) #5

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make setup_virtualenv
- name: Test
run: make tests
- name: Package
run: make build_package