Skip to content

Hugo RES Generation Forecast FR #67

Hugo RES Generation Forecast FR

Hugo RES Generation Forecast FR #67

name: Hugo RES Generation Forecast FR
on:
schedule:
- cron: '40 5 * * *'
workflow_dispatch:
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run the script
run: python Asset_Modeling/Energy_Modeling/ShortTerm_Power/reportGenerationHUGO.py
env:
PYTHONPATH: ${{ github.workspace }}