Skip to content

Commit f80fd21

Browse files
fix(pull-request): use Python 3.10 for testing (#840)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent b09e302 commit f80fd21

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci_cd_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,10 @@ jobs:
424424

425425
- name: "Generate the name of the Docker image and the container"
426426
id: docker
427+
env:
428+
PYTHON_VERSION: ${{ matrix.python }}
427429
run: |
428-
image_name=${STK_DOCKER_IMAGE}-python${MAIN_PYTHON_VERSION}
430+
image_name=${STK_DOCKER_IMAGE}-python${PYTHON_VERSION}
429431
echo "image=${image_name}" >> "${GITHUB_OUTPUT}"
430432
431433
- name: "Start the container from the desired image"

doc/source/changelog/840.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use Python 3.10 for testing

0 commit comments

Comments
 (0)