Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down