Skip to content

Merge pull request #686 from pyvec/Mintaka-patch-1 #699

Merge pull request #686 from pyvec/Mintaka-patch-1

Merge pull request #686 from pyvec/Mintaka-patch-1 #699

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install -U -r test-requirements.txt
- name: Run tests
run: |
python -m pytest -v tests