Skip to content

Fix mypy's worries that exc.response may be None #190

Fix mypy's worries that exc.response may be None

Fix mypy's worries that exc.response may be None #190

Workflow file for this run

name: test_install
on:
pull_request:
push:
branches: [master]
jobs:
install_internetarchive:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
setuptools-version: ["45.2.0", "58.1.0", "62.4.0"]
steps:
- uses: actions/checkout@v3
- run: pip install setuptools=="${{ matrix.setuptools-version }}"
- run: pip install .