Skip to content

Commit f60eed5

Browse files
committed
working on develop_for_35 fix
1 parent e68a908 commit f60eed5

4 files changed

Lines changed: 60 additions & 480 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.11'
1616

1717
- name: Install flake8
1818
run: |
@@ -32,7 +32,7 @@ jobs:
3232
image: postgres:13
3333
env:
3434
POSTGRES_USER: postgres
35-
POSTGRES_PASSWORD: postgres
35+
POSTGRES_PASSWORD: 123
3636
POSTGRES_DB: test_db
3737
POSTGRES_HOST: localhost
3838
POSTGRES_PORT: 5432
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
SECRET_KEY: ${{secrets.SECRET_KEY}}
4949
POSTGRES_USER: postgres
50-
POSTGRES_PASSWORD: postgres
50+
POSTGRES_PASSWORD: 123
5151
POSTGRES_DB: test_db
5252
POSTGRES_HOST: localhost
5353
POSTGRES_PORT: 5432
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v4
6161
with:
62-
python-version: '3.10'
62+
python-version: '3.11'
6363

6464
- name: Install dependencies
6565
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Используем официальный slim-образ Python 3.12
2-
FROM python:3.12-slim
2+
FROM python:3.11-slim
33

44
# Устанавливаем зависимости системы
55
RUN apt-get update && \

poetry.lock

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)