File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 5757 - name : Install application
5858 run : |
5959 python -m pip install .
60- python -m pip freeze # dbg
60+
61+ - name : Inspect environment and requirements
62+ run : |
63+ python --version
64+ python -m pip --version
65+ python -m pip freeze
6166
6267 - name : Remove sources dir to check installation for Linux & MAC
6368 if : runner.os != 'Windows'
@@ -124,9 +129,12 @@ jobs:
124129 run : |
125130 python -m pip install --upgrade pip
126131 python -m pip install --requirement requirements.txt
127- python -m pip freeze # dbg
128- python -m pip --version # dbg
129- python --version # dbg
132+
133+ - name : Inspect environment and requirements
134+ run : |
135+ python --version
136+ python -m pip --version
137+ python -m pip freeze
130138
131139 - name : UnitTest with pytest and coverage
132140 run : |
You can’t perform that action at this time.
0 commit comments