diff --git a/.github/workflows/tag_docker_image_and_trigger_deployment.yml b/.github/workflows/tag_docker_image_and_trigger_deployment.yml index b1bc215846c..3d4a431a02f 100644 --- a/.github/workflows/tag_docker_image_and_trigger_deployment.yml +++ b/.github/workflows/tag_docker_image_and_trigger_deployment.yml @@ -92,8 +92,8 @@ jobs: - name: Setup CI env uses: ./.github/actions/setup-env with: - # Python is not needed to run pre-commit. - setup_python: false + # PDM is needed to run Vale + setup_python: "true" # Node.js is needed by lint actions. install_recipe: "node-install"