Skip to content

Pin scivision version in environment_full.yml #17

Pin scivision version in environment_full.yml

Pin scivision version in environment_full.yml #17

Workflow file for this run

name: ci
on: [push]
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v2
- name: Set up conda and dependencies
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.9
activate-environment: plankton-classification-scivision
environment-file: environment.yml
- name: Test with pytest
shell: bash -l {0}
run: |
pip install pytest
pytest -s ./tests/test_workflow.py