Skip to content

Add Mastodon-DeepLineage update site to list of imagej update sites #15

Add Mastodon-DeepLineage update site to list of imagej update sites

Add Mastodon-DeepLineage update site to list of imagej update sites #15

Workflow file for this run

name: check-pr
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install python requirements
run: pip install -r requirements.txt
- name: Execute the build
run: ./.github/build.sh