Skip to content

Merge pull request #442 from Quetzacoalt91/build-then-push #476

Merge pull request #442 from Quetzacoalt91/build-then-push

Merge pull request #442 from Quetzacoalt91/build-then-push #476

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: nosetests