Auth wasn't being sent for searches with user_aggs params #222
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v4 | |
- run: pip install setuptools=="${{ matrix.setuptools-version }}" | |
- run: pip install . |