fic py3.11
This commit is contained in:
parent
4f4fa62f4d
commit
1341051a93
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main_poweron-gateway.yml
vendored
6
.github/workflows/main_poweron-gateway.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Set up Python version
|
- name: Set up Python version
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Create and start virtual environment
|
- name: Create and start virtual environment
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -48,8 +48,8 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment:
|
environment:
|
||||||
name: 'Production'
|
name: 'Production'
|
||||||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue