Skip to content

Commit d5e6c0d

Browse files
committed
copy tubular ci
1 parent c95c190 commit d5e6c0d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Run pytest
144144
run: |
145145
cd scikit-lego
146-
pytest -n auto --disable-warnings --cov=sklego -m "not cvxpy and not formulaic and not umap"
146+
pytest --disable-warnings --cov=sklego -m "not cvxpy and not formulaic and not umap"
147147
148148
shiny:
149149
strategy:
@@ -210,12 +210,10 @@ jobs:
210210
git clone https://github.com/lvgig/tubular --depth=1
211211
cd tubular
212212
git log
213-
- name: install-basics
214-
run: uv pip install --upgrade tox virtualenv setuptools --system
215213
- name: install-tubular-dev
216214
run: |
217215
cd tubular
218-
uv pip install -e ".[dev]" --system
216+
uv pip install -e .[dev] --system
219217
- name: install-narwhals-dev
220218
run: |
221219
uv pip uninstall narwhals --system
@@ -225,4 +223,4 @@ jobs:
225223
- name: Run pytest
226224
run: |
227225
cd tubular
228-
pytest tests
226+
pytest .

0 commit comments

Comments
 (0)