Skip to content

Include handlers for data cached from s3 #52

Include handlers for data cached from s3

Include handlers for data cached from s3 #52

---
name: Pytest
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install package
run: |
python -m pip install .[test]
- name: Run tests
run: |
python -m pytest