Skip to content

fix pylint

fix pylint #2

Workflow file for this run

name: Fetch Data
on: [push]
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requirements.txt
- name: Fetch monthly data
run: |
python -m src monthly
- name: Archive data
uses: actions/upload-artifact@v4
with:
name: monthly_all_stations.csv
path: |
data/monthly_all_stations.csv