Skip to content

Commit

Permalink
replacing missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 21, 2024
1 parent 6d009a8 commit 07e4fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 07e4fcf

Please sign in to comment.