Skip to content

Commit cfcf482

Browse files
committed
add 'poetry show virtualenv' to lint step
1 parent c17f6b9 commit cfcf482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: show python version ${{ env.PYTHON_VERSION }}
2727
run: |
2828
poetry run python --version
29+
- name: show virtualenv version
30+
run: |
31+
poetry show virtualenv
2932
- name: install linter dependencies
3033
run: |
3134
make install-lint

0 commit comments

Comments
 (0)