From 89f202c43435a8cd71749ffdc73b4a71f4fa3c42 Mon Sep 17 00:00:00 2001 From: Mish <10400064+mishushakov@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:56:08 +0100 Subject: [PATCH] add missing dependencies to release CI pipeline --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06a97a21..ac06b145 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -200,6 +200,14 @@ jobs: sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt + - uses: actions/setup-python@v6 + with: + python-version: '3.13' + + - name: Install development dependencies + working-directory: ./template + run: pip install -r requirements-dev.txt + - name: Build and push to DockerHub working-directory: ./template run: |