Skip to content

Commit 36f7c7f

Browse files
authored
add missing dependencies to release CI pipeline (#168)
1 parent 31e8d47 commit 36f7c7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ jobs:
200200
201201
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt
202202
203+
- uses: actions/setup-python@v6
204+
with:
205+
python-version: '3.13'
206+
207+
- name: Install development dependencies
208+
working-directory: ./template
209+
run: pip install -r requirements-dev.txt
210+
203211
- name: Build and push to DockerHub
204212
working-directory: ./template
205213
run: |

0 commit comments

Comments
 (0)