Skip to content

Cellpose update: 3.0.1 --> 3.1.0 #289

Cellpose update: 3.0.1 --> 3.1.0

Cellpose update: 3.0.1 --> 3.1.0 #289

Workflow file for this run

name: Unit tests and docker build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- name: Check and build
run: |
echo "Path: ${GITHUB_WORKSPACE}, commit: ${GITHUB_SHA}, ref: ${GITHUB_REF}"
cd $GITHUB_WORKSPACE && biocontainers-build
docker image prune -a -f