Skip to content

Commit 73dd239

Browse files
committed
Fix tests
1 parent 9705778 commit 73dd239

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install ".[full]"
27+
pip install ".[test]"
2828
pip install pytest
2929
3030
- name: Run tests

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ install_requires =
2626
tqdm
2727

2828
[options.extras_require]
29+
test =
30+
catboost
31+
geosketch
32+
fastglmpca
33+
mpltern
34+
textalloc
2935
full =
3036
catboost
3137
geosketch

0 commit comments

Comments
 (0)