Skip to content

Update python-cicd.yml #5

Update python-cicd.yml

Update python-cicd.yml #5

Workflow file for this run

name: Python Package using Poetry
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Copia os arquivos
uses: actions/[email protected]
- name: Instalar Python
uses: actions/setup-python@v4
with:
python-version: '3.11'