diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 531a979b..897e8b47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,6 +81,8 @@ jobs: java-version: '17' distribution: 'adopt' cache: 'maven' + - name: Set up Python + uses: actions/setup-python@v2 with: python-version: 3.x cache: 'pip'