Skip to content

Bump rojopolis/spellcheck-github-actions from 0.30.0 to 0.33.0 #55

Bump rojopolis/spellcheck-github-actions from 0.30.0 to 0.33.0

Bump rojopolis/spellcheck-github-actions from 0.30.0 to 0.33.0 #55

name: Run aggregate_data.py
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner.
with:
submodules: 'recursive'
- name: setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: install python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"
# todo add caching to save time
- name: run aggregate_data.py
shell: bash
run: |
python aggregate_data.py