Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Update README.md

Update README.md #81

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build Docker Image
run: |
docker build -t aics/pytorch_integrated_cell -f Dockerfile .
- name: Run tests
run: |
docker run aics/pytorch_integrated_cell pytest integrated_cell/tests/