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 5ce3703 commit 967a7e7Copy full SHA for 967a7e7
.github/workflows/drivers-tests.yml
@@ -133,6 +133,9 @@ jobs:
133
PYO3_PYTHON: python${{ matrix.python-version }}
134
CARGO_BUILD_TARGET: ${{ matrix.target }}
135
run: cd packages/cubejs-backend-native && npm run native:build-release-python
136
+ - name: Build native (without Python)
137
+ if: (matrix.python-version == 'fallback')
138
+ run: cd packages/cubejs-backend-native && npm run native:build-release
139
- name: Upload native build
140
uses: actions/upload-artifact@v4
141
with:
0 commit comments