Skip to content

Instalando o python na pipeline #3

Instalando o python na pipeline

Instalando o python na pipeline #3

Workflow file for this run

name: Pipleline
on: [push, pull_request]
jobs:
test_robot:
runs-on: ubuntu-latest
steps:
- name: Copiar os arquivos do repositório
uses: actions/[email protected]
- name: Instalar o python
uses: actions/setup-python@v5
with:
python-version: '3.11'