Skip to content

remove tabs from manifest.bioimage.io.yaml #68

remove tabs from manifest.bioimage.io.yaml

remove tabs from manifest.bioimage.io.yaml #68

name: build
on:
push:
#branches:
#- master
tags:
- "*-[0-9]+.*"
pull_request:
branches:
- master
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '8'
- 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 mamba
run: |
conda install -c conda-forge mamba
- name: Install dependencies
run: |
mamba env update --file environment-test.yaml --name base
- name: DeepImageJ terminal call
run: |
sh setupDeepimagej.sh