Skip to content

Commit 80aed03

Browse files
committed
remove poetry from template build ci
1 parent 2935716 commit 80aed03

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
@@ -203,7 +203,7 @@ jobs:
203203
- name: Build and push to DockerHub
204204
working-directory: ./template
205205
run: |
206-
poetry run python build_docker.py | docker buildx build \
206+
python build_docker.py | docker buildx build \
207207
--platform linux/amd64 \
208208
--push \
209209
--tag ${{ secrets.DOCKERHUB_USERNAME }}/code-interpreter:latest -f - .

0 commit comments

Comments
 (0)