File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 with :
5959 python-version : ${{ matrix.python }}
6060 - name : Check Python version
61- run : python --version
61+ run : python --version --version
6262 - name : Install graphviz
6363 run : sudo apt-get install graphviz
6464 - name : Install dependencies
8383 with :
8484 python-version : " 3"
8585 - name : Check Python version
86- run : python --version
86+ run : python --version --version
8787 - name : Install dependencies
8888 run : |
8989 python -m pip install --upgrade pip
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 python-version : " 3"
106106 - name : Check Python version
107- run : python --version
107+ run : python --version --version
108108 - name : Install graphviz
109109 run : sudo apt-get install graphviz
110110 - name : Install dependencies
@@ -131,7 +131,7 @@ jobs:
131131 with :
132132 python-version : " 3"
133133 - name : Check Python version
134- run : python --version
134+ run : python --version --version
135135 - name : Install dependencies
136136 run : |
137137 python -m pip install --upgrade pip
@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 python-version : " 3"
156156 - name : Check Python version
157- run : python --version
157+ run : python --version --version
158158 - name : Install graphviz
159159 run : sudo apt-get install graphviz
160160 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments