fic py3.11

This commit is contained in:
ValueOn AG 2025-04-16 23:55:34 +02:00
parent 4f4fa62f4d
commit 1341051a93

View file

@ -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: