Skip to content

build(deps): bump scipy from 1.6.1 to 1.10.0 in /py #77

build(deps): bump scipy from 1.6.1 to 1.10.0 in /py

build(deps): bump scipy from 1.6.1 to 1.10.0 in /py #77

Workflow file for this run

name: 'test'
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -y r-base ffmpeg
sudo Rscript -e "install.packages('eulerr')"
python -m pip install --progress-bar off -r py/requirements.txt
- name: Run tests
run: PYTHONPATH=$(pwd)/py python -m pytest -v -s -ra py/test/* --color=yes