Skip to content

Commit

Permalink
chore: add workflow to find the python dependencies in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Mar 28, 2024
1 parent 438a119 commit 81f18b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: List Installed Packages
run: |
source .venv/bin/activate # Activate the virtual environment
pip list --format=columns --verbose # List installed packages with verbose output
pip list --format=columns --verbose | grep -E 'Package:|Location:|Source:'

0 comments on commit 81f18b4

Please sign in to comment.