Skip to content

smooth out wind forecast #38

smooth out wind forecast

smooth out wind forecast #38

Workflow file for this run

name: CI pipeline for India Forecast App
on: push
jobs:
lint_and_test:
uses: openclimatefix/.github/.github/workflows/[email protected]
with:
pytest_cov_dir: india_forecast_app
release:
needs: [lint_and_test]
if: github.ref_name == 'main'
uses: openclimatefix/.github/.github/workflows/[email protected]
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
with:
image_base_name: india_forecast_app