Skip to content

Commit 7939b19

Browse files
committed
fix(workflows/release): use python3.12-slim for smoketest (alpine has no bash)
1 parent aebd6c9 commit 7939b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
continue-on-error: true
8383
- run: ci/run_tests.sh
8484
env:
85-
SMOKETEST_DOCKER_IMAGE: python:3.12-alpine
85+
SMOKETEST_DOCKER_IMAGE: python:3.12-slim
8686

8787
pypi:
8888
name: upload release to PyPI

0 commit comments

Comments
 (0)