Skip to content

Commit 189b45f

Browse files
committed
Add pip list command
1 parent a05d0f9 commit 189b45f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_against_nightly_deps.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
pip install --pre --upgrade --timeout=60 --extra-index $dev_anaconda_url .[tests,all_features]
2323
name: 'Install tslearn and nightly dependencies'
2424
- shell: bash
25-
run: pytest -vsl tslearn --doctest-modules
25+
run: |
26+
pip list
27+
pytest -vsl tslearn --doctest-modules
2628
name: 'Run tests'

0 commit comments

Comments
 (0)