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
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
# with:
|
with:
|
||||||
# python-version: '3.12.9'
|
python-version: '3.12.3'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.12.9
|
FROM python:3.12.3
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue