Skip to content

Python script and Test Runner #34

Python script and Test Runner

Python script and Test Runner #34

Workflow file for this run

name: Python script and Test Runner
on:
push:
branches: [ main ]
schedule:
- cron: '0 2 * * 1'
workflow_dispatch: # This allows the action to be run manually from the Actions tab
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r stories/location/requirement.txt
- name: Run main.py
run: |
python stories/location/scripts/main.py