Skip to content

README: drop extra-index-url for "vito" extra install #58

README: drop extra-index-url for "vito" extra install

README: drop extra-index-url for "vito" extra install #58

name: Pytest-collect
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pytest-collect:
name: "Pytest: check test collection"
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .
- name: "pytest: check test collection"
run: pytest --collect-only