Fix center of outage calculation #24

Merged
buckbanzai merged 3 commits from fix-map-extent into main 2024-04-20 15:03:16 -07:00
Showing only changes of commit 8ac22bbd44 - Show all commits

View file

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