Skip to content

Bump aiohttp from 3.8.3 to 3.8.5 #43

Bump aiohttp from 3.8.3 to 3.8.5

Bump aiohttp from 3.8.3 to 3.8.5 #43

Workflow file for this run

name: Unit tests
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
doctest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Install dependencies from Pipfile.lock
run: pipenv sync --dev --verbose
- name: Run tests
run: |
pipenv run python -m doctest -v deadLinkCrawler.py