Skip to content

Commit

Permalink
updated circleCI to jammy env
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrishi committed Feb 1, 2024
1 parent bc62e10 commit f297703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
command: |
apt update
apt upgrade -y
apt install -y git python3.10 gawk libgfortran4 python2 python3-pip
apt install -y git python3.10 gawk libgfortran5 python2 python3-pip
python3.10 -m pip install --user pytest numpy coverage psutil delphi4py pdbmender
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py

# Declare the Python requirements required to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
Expand Down

0 comments on commit f297703

Please sign in to comment.