We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09e302 commit f80fd21Copy full SHA for f80fd21
.github/workflows/ci_cd_pr.yml
@@ -424,8 +424,10 @@ jobs:
424
425
- name: "Generate the name of the Docker image and the container"
426
id: docker
427
+ env:
428
+ PYTHON_VERSION: ${{ matrix.python }}
429
run: |
- image_name=${STK_DOCKER_IMAGE}-python${MAIN_PYTHON_VERSION}
430
+ image_name=${STK_DOCKER_IMAGE}-python${PYTHON_VERSION}
431
echo "image=${image_name}" >> "${GITHUB_OUTPUT}"
432
433
- name: "Start the container from the desired image"
doc/source/changelog/840.fixed.md
@@ -0,0 +1 @@
1
+Use Python 3.10 for testing
0 commit comments