Fix center of outage calculation (#24)
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline failed

Solves #23

Reviewed-on: #24
This commit is contained in:
Liam Steckler 2024-04-20 15:03:16 -07:00
parent 8b54a4b78c
commit 4accc75c06
4 changed files with 54 additions and 20 deletions

View file

@ -2,7 +2,7 @@ when:
branch: main
steps:
- name: lint
image: python:3-alpine
image: python:3-slim
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt