We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05d0f9 commit 189b45fCopy full SHA for 189b45f
.github/workflows/test_against_nightly_deps.yaml
@@ -22,5 +22,7 @@ jobs:
22
pip install --pre --upgrade --timeout=60 --extra-index $dev_anaconda_url .[tests,all_features]
23
name: 'Install tslearn and nightly dependencies'
24
- shell: bash
25
- run: pytest -vsl tslearn --doctest-modules
+ run: |
26
+ pip list
27
+ pytest -vsl tslearn --doctest-modules
28
name: 'Run tests'
0 commit comments