Skip to content

Commit

Permalink
Updating grpcio and adding missing env var. (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Jan 3, 2024
1 parent 4b1ddd5 commit 0a5f4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
run: .ci/start_mapdl_student.sh
env:
MAPDL_IMAGE: '${{ env.DOCKER_PACKAGE }}:${{ env.DOCKER_IMAGE_VERSION_DOCS_BUILD }}'
DISTRIBUTED_MODE: "dmp"

- name: "Retrieve PyMAPDL version"
id: version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.53.0",
"ansys-sphinx-theme==0.12.5",
"grpcio==1.51.1",
"grpcio==1.60.0",
"imageio-ffmpeg==0.4.9",
"imageio==2.33.1",
"jupyter_sphinx==0.5.3",
Expand Down

0 comments on commit 0a5f4fe

Please sign in to comment.