We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb62c7 commit dfe00b3Copy full SHA for dfe00b3
.github/workflows/python-app.yml
@@ -23,6 +23,7 @@ jobs:
23
python-version: 3.9
24
- name: Install dependencies
25
run: |
26
+ pip list
27
pip install -r requirements.txt
28
pip install flake8 pytest
29
- name: Test with pytest
0 commit comments