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 cd94062 commit 91af7c0Copy full SHA for 91af7c0
.github/workflows/push.yml
@@ -305,7 +305,8 @@ jobs:
305
timeout-minutes: 60
306
name: Build Linux Native backend for Dev image
307
container:
308
- image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-${{ env.PYTHON_VERSION_CURRENT }}
+ # Don't forget to align with PYTHON_VERSION_CURRENT
309
+ image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-3.11
310
311
steps:
312
- name: Checkout
0 commit comments