We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e8d47 commit 89f202cCopy full SHA for 89f202c
.github/workflows/release.yml
@@ -200,6 +200,14 @@ jobs:
200
201
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt
202
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
211
- name: Build and push to DockerHub
212
working-directory: ./template
213
run: |
0 commit comments