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 d5e6c0d commit 570d8c7Copy full SHA for 570d8c7
.github/workflows/downstream_tests.yml
@@ -188,6 +188,8 @@ jobs:
188
make narwhals-test-integration
189
190
tubular:
191
+ env:
192
+ MODIN_ENGINE: python
193
strategy:
194
matrix:
195
python-version: ["3.12"]
@@ -210,6 +212,8 @@ jobs:
210
212
git clone https://github.com/lvgig/tubular --depth=1
211
213
cd tubular
214
git log
215
+ - name: install-basics
216
+ run: uv pip install --upgrade tox virtualenv setuptools pytest-env --system
217
- name: install-tubular-dev
218
run: |
219
0 commit comments