Skip to content

add test suite (inactive) #1

add test suite (inactive)

add test suite (inactive) #1

Workflow file for this run

name: tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install -r .requirements.txt --pre
- name: Test with pytest
run: |
pytest
env:
PYTHONPATH: /home/runner/work/vrs/vrs/