From 1341051a93aaef2010d542975443b5bc1daff1f0 Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Wed, 16 Apr 2025 23:55:34 +0200 Subject: [PATCH] fic py3.11 --- .github/workflows/main_poweron-gateway.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_poweron-gateway.yml b/.github/workflows/main_poweron-gateway.yml index 7319a693..11dc5c33 100644 --- a/.github/workflows/main_poweron-gateway.yml +++ b/.github/workflows/main_poweron-gateway.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python version uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.11' - name: Create and start virtual environment run: | @@ -48,8 +48,8 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - environment: - name: 'Production' + environment: + name: 'Production' url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} steps: