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 81f18b4 commit 8396c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
- name: List Installed Packages
- name: Activate Virtual Environment and List Installed Packages with Source URLs
run: |
source .venv/bin/activate # Activate the virtual environment
pip install --upgrade pip
pip list --format=columns --verbose | grep -E 'Package:|Location:|Source:'

0 comments on commit 8396c71

Please sign in to comment.