File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
- name : Run pytest
144
144
run : |
145
145
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"
147
147
148
148
shiny :
149
149
strategy :
@@ -210,12 +210,10 @@ jobs:
210
210
git clone https://github.com/lvgig/tubular --depth=1
211
211
cd tubular
212
212
git log
213
- - name : install-basics
214
- run : uv pip install --upgrade tox virtualenv setuptools --system
215
213
- name : install-tubular-dev
216
214
run : |
217
215
cd tubular
218
- uv pip install -e " .[dev]" --system
216
+ uv pip install -e .[dev] --system
219
217
- name : install-narwhals-dev
220
218
run : |
221
219
uv pip uninstall narwhals --system
@@ -225,4 +223,4 @@ jobs:
225
223
- name : Run pytest
226
224
run : |
227
225
cd tubular
228
- pytest tests
226
+ pytest .
You can’t perform that action at this time.
0 commit comments