Skip to content

Merge pull request #15 from stfc/remove_cruft #35

Merge pull request #15 from stfc/remove_cruft

Merge pull request #15 from stfc/remove_cruft #35

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v4
- name: Run Unit Tests
run: python runtests.py