Skip to content

push new site starter template build #4

push new site starter template build

push new site starter template build #4

name: Test PRs
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r scripts/requirements.txt
- name: Test and build data
run: |
python scripts/check_data.py
python scripts/build_data.py