We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f18b4 commit 8396c71Copy full SHA for 8396c71
.github/workflows/check_dependencies.yml
@@ -29,7 +29,8 @@ jobs:
29
pip install --upgrade pip
30
pip install -r requirements.txt
31
32
- - name: List Installed Packages
+ - name: Activate Virtual Environment and List Installed Packages with Source URLs
33
run: |
34
source .venv/bin/activate # Activate the virtual environment
35
+ pip install --upgrade pip
36
pip list --format=columns --verbose | grep -E 'Package:|Location:|Source:'
0 commit comments