We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fe43d commit 79ea03dCopy full SHA for 79ea03d
.github/workflows/staging_deployment.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Use Python
41
uses: actions/setup-python@v4
42
with:
43
- python-version: '3.11'
+ python-version: '3.12'
44
45
- name: pip Install
46
run: pip install -r requirements.txt --no-cache-dir
0 commit comments