Skip to content

Make Liberecké Pyvo look better #34

Make Liberecké Pyvo look better

Make Liberecké Pyvo look better #34

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install .[test]
git clone --depth 1 https://github.com/pyvec/pyvo-data pyvocz/pyvo-data
- name: Run tests
run: |
python -m pytest -vv test_pyvocz