We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c088f commit a2a743cCopy full SHA for a2a743c
.github/workflows/dev_deployment.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Use Python
40
uses: actions/setup-python@v4
41
with:
42
- python-version: '3.11'
+ python-version: '3.12'
43
44
- name: pip Install
45
run: pip install -r requirements.txt --no-cache-dir
.github/workflows/prod_deployment.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments