diff --git a/.github/workflows/auto_publish_app.yaml b/.github/workflows/auto_publish_app.yaml index 67eff08c..9bd9754a 100644 --- a/.github/workflows/auto_publish_app.yaml +++ b/.github/workflows/auto_publish_app.yaml @@ -43,10 +43,10 @@ jobs: distribution: 'corretto' java-version: '17' cache: gradle - - uses: actions/setup-python@v5 - with: - python-version: '3.12.3' - cache: 'pip' + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.12.3' + # cache: 'pip' - name: Setup Flutter uses: subosito/flutter-action@v2