We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcf482 commit ca7f554Copy full SHA for ca7f554
.github/workflows/cicd.yaml
@@ -28,6 +28,7 @@ jobs:
28
poetry run python --version
29
- name: show virtualenv version
30
run: |
31
+ poetry lock
32
poetry show virtualenv
33
- name: install linter dependencies
34
0 commit comments