diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ffb24e..8ec5361 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10.9' + python-version: '3.14.3' - name: Cache Poetry & pip uses: actions/cache@v3 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a22581f..7f39c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ Build_Frontend: train_model: stage: train - image: python:3.10 + image: python:3.14 before_script: - apt-get update && apt-get install -y git - pip install poetry