Skip to content

Merge pull request #6 from ramintoosi/v2-server #7

Merge pull request #6 from ramintoosi/v2-server

Merge pull request #6 from ramintoosi/v2-server #7

Workflow file for this run

name: ROSS Test
on:
push:
branches-ignore:
- master
pull_request:
branches:
- v2
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
- name: Test with pytest
run: |
python -m pytest -q -rf --tb=short --cov-report term-missing --cov=./