Skip to content

Bump tldextract from 3.6.0 to 5.1.1 #272

Bump tldextract from 3.6.0 to 5.1.1

Bump tldextract from 3.6.0 to 5.1.1 #272

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 -r requirements.txt
python setup.py install
sail --version
- shell: bash
run: python -m unittest