Skip to content

Preprocesar Datos

Preprocesar Datos #11

name: Preprocesar Datos
on:
workflow_run:
workflows: ["Recalcular Rankings"]
types:
- completed
jobs:
preprocesar-datos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Configurar Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Instalar dependencias
run: |
python -m pip install --upgrade pip
pip install pandas
- name: Preprocesar Datos para Entrenamiento
run: python ./codigo/routines/preprocesar_datos.py