Skip to content

Bump idna from 3.4 to 3.7 #40

Bump idna from 3.4 to 3.7

Bump idna from 3.4 to 3.7 #40

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