From 07e4fcf7d56989db5bcc0e218fba6296dc04636c Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Sat, 21 Sep 2024 12:42:08 -0400 Subject: [PATCH] replacing missing command --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6f436..71710bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: run: | poetry run sphinx-apidoc . pyproject.toml --output-dir docs-src/source --force --module-first --no-toc mkdir -p docs-src/_static - poetry run docs-src docs + poetry run sphinx-build docs-src docs ############################################# ## Commit and push new version of simulator diff --git a/Dockerfile b/Dockerfile index 5d694ca..4a79eca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ LABEL \ org.opencontainers.image.vendor="BioSimulators Team" \ org.opencontainers.image.licenses="Artistic-2.0" \ \ - base_image="python:3.9-slim-buster" \ + base_image="python:3.10-slim-buster" \ version="${VERSION}" \ software="COPASI" \ software.version="${SIMULATOR_VERSION}" \