This commit is contained in:
parent
28ea9f609b
commit
5d50cd102b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.13.2'
|
||||
python-version: 3.12
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.13.2
|
||||
FROM python:3.12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue