Skip to content

Removed matplotlib extension on config.py #6

Removed matplotlib extension on config.py

Removed matplotlib extension on config.py #6

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-image:
uses: ./.github/workflows/_build-image.yml
build:
needs: build-image
uses: ./.github/workflows/_build.yml
docs:
uses: ./.github/workflows/_docs.yml
release:
needs: build
uses: ./.github/workflows/_release.yml
conainer-release:
needs: build
uses: ./.github/workflows/_container-release.yml