Skip to content

Doc: Python 3.12 should now work for RTD as well #178

Doc: Python 3.12 should now work for RTD as well

Doc: Python 3.12 should now work for RTD as well #178

Workflow file for this run

on: [push, pull_request]
name: docker image
defaults:
run:
shell: bash
jobs:
build-docker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: git fetch --unshallow --tags --prune
- run: docker build -t catmaid .