Skip to content

Commit dfe00b3

Browse files
committed
Run pip list
1 parent cdb62c7 commit dfe00b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python-version: 3.9
2424
- name: Install dependencies
2525
run: |
26+
pip list
2627
pip install -r requirements.txt
2728
pip install flake8 pytest
2829
- name: Test with pytest

0 commit comments

Comments
 (0)