Skip to content

Commit 967a7e7

Browse files
committed
Build native (without Python) in drivers tests
1 parent 5ce3703 commit 967a7e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
PYO3_PYTHON: python${{ matrix.python-version }}
134134
CARGO_BUILD_TARGET: ${{ matrix.target }}
135135
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
136139
- name: Upload native build
137140
uses: actions/upload-artifact@v4
138141
with:

0 commit comments

Comments
 (0)