Skip to content

Commit 8396c71

Browse files
committed
chore: add workflow to find the python dependencies in repo
1 parent 81f18b4 commit 8396c71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check_dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
pip install --upgrade pip
3030
pip install -r requirements.txt
3131
32-
- name: List Installed Packages
32+
- name: Activate Virtual Environment and List Installed Packages with Source URLs
3333
run: |
3434
source .venv/bin/activate # Activate the virtual environment
35+
pip install --upgrade pip
3536
pip list --format=columns --verbose | grep -E 'Package:|Location:|Source:'

0 commit comments

Comments
 (0)