Skip to content

Merge pull request #21 from JJ/dependabot/pip/certifi-2024.7.4 #50

Merge pull request #21 from JJ/dependabot/pip/certifi-2024.7.4

Merge pull request #21 from JJ/dependabot/pip/certifi-2024.7.4 #50

Workflow file for this run

name: Instalar bibliotecas
on: [push,pull_request]
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Instala poetry
run: curl -sSL https://install.python-poetry.org | python -
- name: Instala las dependencias
run: poetry install