diff --git a/tests/python_eol/README b/tests/python_eol/README index 7456c9eeb..d14b2deac 100644 --- a/tests/python_eol/README +++ b/tests/python_eol/README @@ -2,6 +2,6 @@ This directory contains a DevOps Azure Pipeline to execute the unit tests for Py Currently those tests are executed using Github Actions, using .github/workflows/ci_pr.yml. The setup done by ci_pr.yml is practically identical to the setup done by this Dockerfile, with minor - differences to account for the differences between Github Actions and Azure Pipelines. +differences to account for the behavior of Github Actions and Azure Pipelines. - NOTE: ci_pr.yml also depends on the patch_python_env.sh script. +NOTE: ci_pr.yml also depends on the patch_python_venv.sh script.