Skip to content

generalised to match setup, eval and verify signatures (#13) #26

generalised to match setup, eval and verify signatures (#13)

generalised to match setup, eval and verify signatures (#13) #26

Workflow file for this run

name: Continuous Integration Master
on:
push:
branches:
- master
jobs:
ci:
name: Continuous Integration
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-tests.txt
- name: Run Coverage
run: |
make coverage