Skip to content

Commit 91af7c0

Browse files
committed
chore: use env variable
1 parent cd94062 commit 91af7c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ jobs:
305305
timeout-minutes: 60
306306
name: Build Linux Native backend for Dev image
307307
container:
308-
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-${{ env.PYTHON_VERSION_CURRENT }}
308+
# Don't forget to align with PYTHON_VERSION_CURRENT
309+
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-3.11
309310

310311
steps:
311312
- name: Checkout

0 commit comments

Comments
 (0)