Skip to content

fix: trackear NetQuick.spec — el workflow de release lo necesita #2

fix: trackear NetQuick.spec — el workflow de release lo necesita

fix: trackear NetQuick.spec — el workflow de release lo necesita #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Instalar dependencias
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt pytest
- name: Tests
run: pytest -q
- name: La app compila (sintaxis)
run: python -m py_compile netquick.py netops.py