Skip to content

Bump idna from 3.6 to 3.7 #369

Bump idna from 3.6 to 3.7

Bump idna from 3.6 to 3.7 #369

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: make test