Skip to content

Commit

Permalink
update mechanical image to 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jan 19, 2024
1 parent 53cb13f commit cfd6bc4
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:

env:
MAIN_PYTHON_VERSION: '3.9'
PYMECHANICAL_VERSION: '23.2'
RESET_EXAMPLES_CACHE: 0
RESET_DOC_BUILD_CACHE: 0

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -51,7 +48,7 @@ jobs:
name: Documentation building
runs-on: public-ubuntu-latest-8-cores
container:
image: ghcr.io/ansys/mechanical:23.2.0
image: ghcr.io/ansys/mechanical:24.1.0
options: --entrypoint /bin/bash
needs: [style, doc-style]

Expand Down Expand Up @@ -84,22 +81,6 @@ jobs:
echo "PyMechanical version is: $(python -c "from ansys.mechanical.core import __version__; print(__version__)")"
id: version

# - name: Cache Basic examples
# uses: actions/cache@v3
# with:
# path: doc/source/basic
# key: Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ env.PYMECHANICAL_VERSION }}-${{ github.sha }}
# restore-keys: |
# Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ env.PYMECHANICAL_VERSION }}

# - name: "Cache docs build directory"
# uses: actions/cache@v3
# with:
# path: doc/_build
# key: doc-build-v${{ env.RESET_DOC_BUILD_CACHE }}-${{ env.PYMECHANICAL_VERSION }}-${{ github.sha }}
# restore-keys: |
# doc-build-v${{ env.RESET_DOC_BUILD_CACHE }}-${{ env.PYMECHANICAL_VERSION }}

- name: Build docs
env:
SPHINXOPTS: '-j auto'
Expand Down

0 comments on commit cfd6bc4

Please sign in to comment.