Skip to content

Commit 570d8c7

Browse files
committed
add env variable
1 parent d5e6c0d commit 570d8c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ jobs:
188188
make narwhals-test-integration
189189
190190
tubular:
191+
env:
192+
MODIN_ENGINE: python
191193
strategy:
192194
matrix:
193195
python-version: ["3.12"]
@@ -210,6 +212,8 @@ jobs:
210212
git clone https://github.com/lvgig/tubular --depth=1
211213
cd tubular
212214
git log
215+
- name: install-basics
216+
run: uv pip install --upgrade tox virtualenv setuptools pytest-env --system
213217
- name: install-tubular-dev
214218
run: |
215219
cd tubular

0 commit comments

Comments
 (0)