We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9705778 commit 73dd239Copy full SHA for 73dd239
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install ".[full]"
+ pip install ".[test]"
28
pip install pytest
29
30
- name: Run tests
setup.cfg
@@ -26,6 +26,12 @@ install_requires =
tqdm
[options.extras_require]
+test =
+ catboost
31
+ geosketch
32
+ fastglmpca
33
+ mpltern
34
+ textalloc
35
full =
36
catboost
37
geosketch
0 commit comments