Skip to content

Commit 262b615

Browse files
committed
Replace the version in requirements.txt
1 parent 24954ff commit 262b615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
VERSION=${{ needs.charts-release.outputs.version }}
187187
fi
188188
189-
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" Dockerfile
189+
sed -i "s/e2b_charts/e2b_charts==${VERSION}/g" requirements.txt
190190
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest || true
191191
docker buildx build \
192192
--file Dockerfile \

0 commit comments

Comments
 (0)