Skip to content

Fix issues in preparing the MJFF-LR dataset (#25) #44

Fix issues in preparing the MJFF-LR dataset (#25)

Fix issues in preparing the MJFF-LR dataset (#25) #44

Workflow file for this run

name: model
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r req.txt
- name: pytest
run: |
python -m pytest