Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

python test

python test #2

name: Actualiza listado de sensores
# Controls when the action will run.
on:
push:
branches:
- dev
# schedule:
# # Every hour, 1 minute past the hour.
# - cron: "1 * * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
actualiza_sensores:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Actualiza Sensores
run: |
pip install -r requirements.txt
python ./data/test.py