File: test_install.yml

package info (click to toggle)
python-internetarchive 5.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,028 kB
  • sloc: python: 8,392; makefile: 235; xml: 180
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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@v6
      - run: pip install setuptools=="${{ matrix.setuptools-version }}"
      - run: pip install .