Update python version for deployment
This commit is contained in:
parent
14e43fa714
commit
cc77399560
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.12.0"
|
||||
python-version: "3.11.2"
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue