File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 6868 PYTHON_PATH : ${{ steps.sp.outputs.python-path }}
6969 run : |
7070 just setup "$PYTHON_PATH"
71- just install
7271 - name : Run Unit Tests
7372 run : |
7473 just test
@@ -124,7 +123,6 @@ jobs:
124123 PYTHON_PATH : ${{ steps.sp.outputs.python-path }}
125124 run : |
126125 just setup "$PYTHON_PATH"
127- just install
128126 - name : Run Unit Tests
129127 run : |
130128 just test
@@ -178,7 +176,6 @@ jobs:
178176 PYTHON_PATH : ${{ steps.sp.outputs.python-path }}
179177 run : |
180178 just setup "$env:PYTHON_PATH"
181- just install
182179 - name : Run Unit Tests
183180 run : |
184181 just test
@@ -213,7 +210,6 @@ jobs:
213210 PYTHON_PATH : ${{ steps.sp.outputs.python-path }}
214211 run : |
215212 just setup "$PYTHON_PATH"
216- just install
217213
218214 - name : Get coverage files
219215 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
You can’t perform that action at this time.
0 commit comments