Skip to content

Commit ec1cc01

Browse files
committed
rollback all, keep tubular only
1 parent 69d8e37 commit ec1cc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [main]
77

88
jobs:
9-
altair:
9+
altair:
1010
strategy:
1111
matrix:
1212
python-version: ["3.12"]
@@ -138,7 +138,7 @@ jobs:
138138
- name: Run pytest
139139
run: |
140140
cd scikit-lego
141-
pytest --disable-warnings --cov=sklego -m "not cvxpy and not formulaic and not umap"
141+
pytest -n auto --disable-warnings --cov=sklego -m "not cvxpy and not formulaic and not umap"
142142
143143
shiny:
144144
strategy:

0 commit comments

Comments
 (0)