Skip to content

temp.sql is useful as I've been merging other sources into this repo. #79

temp.sql is useful as I've been merging other sources into this repo.

temp.sql is useful as I've been merging other sources into this repo. #79

Workflow file for this run

name: Python application test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run moonpos.py
run: python moonpos.py --when "2022-01-01 00:00:00" --latitude "0.0" --longitude "0.0"