Skip to content

Bump tldextract from 3.6.0 to 5.1.2 #294

Bump tldextract from 3.6.0 to 5.1.2

Bump tldextract from 3.6.0 to 5.1.2 #294

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install .
sail --version
- shell: bash
run: python -m unittest