Skip to content

Commit

Permalink
show dep tree
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkroeker committed Nov 15, 2024
1 parent 7d2f45a commit e1324f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ jobs:
#---- Show installation details
#----------------------------------------------

- name: Poetry version
- name: poetry --version
run: poetry --version
- name: Python version in venv
- name: poetry run python --version
run: poetry run python --version
- name: List files
- name: ls -lah
run: ls -lah
- name: Poetry show
- name: poetry show
run: poetry show
- name: poetry show --tree
run: poetry show --tree

#----------------------------------------------
#---- Pre-Checks
Expand Down

0 comments on commit e1324f8

Please sign in to comment.