提交 ec8e822b 编写于 作者: V Vincent van ’t Zand 提交者: tekton-robot

Use a fixed container image version for Python

The version of `pytest` specified in `dev_requirements.txt` is incompatible with Python 3.10. In order to make the Katacoda experience as reproducible as possible, it’s a good practice to use fixed versions for as many things as possible anyway.
上级 4e7c1d00
......@@ -9,7 +9,7 @@ spec:
type: git
steps:
- name: pytest
image: python
image: python:3.9
command:
- /bin/bash
- -c
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册