Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c15c1 commit 8ca2890Copy full SHA for 8ca2890
1 file changed
.github/workflows/test_UCR_UEA_datasets.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: '3.10'
17
18
- name: Install and test env
19
- run: python3 -m pip install .[tests]
+ run: python3 -m pip install .[tests,all_features]
20
shell: bash
21
- name: test da
22
run: python3 -m pytest -v tslearn -k "dataset" --doctest-modules
0 commit comments