Skip to content

Commit

Permalink
Make PDM available when linting in release app (#4899)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Sep 9, 2024
1 parent 5cec5d0 commit 3455662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_docker_image_and_trigger_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3455662

Please sign in to comment.