This commit is contained in:
parent
3cffd619ed
commit
30707bd0b6
2 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
# with:
|
||||
# python-version: '3.12.9'
|
||||
with:
|
||||
python-version: '3.12.3'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.9
|
||||
FROM python:3.12.3
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue