Skip to content

Commit

Permalink
Instalando o python na pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 1, 2024
1 parent ba302f0 commit f9b3433
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ jobs:
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'

0 comments on commit f9b3433

Please sign in to comment.