Skip to content

Commit 5b1d8e7

Browse files
committed
list deps versions in pipeline
1 parent ce4e763 commit 5b1d8e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
5656
pip install poetry
5757
$HOME/.poetry/bin/poetry install
58+
$HOME/.poetry/bin/poetry run pip list
5859
- name: Use lowest dependencies versions
5960
if: matrix.deps-version == 'lowest'
6061
run: |

0 commit comments

Comments
 (0)