File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 run : |
100100 python -m pip install --upgrade pip
101101 pip install -r requirements.txt
102+ - name : Install toolium
103+ run : |
104+ python -m pip install .
102105 - name : Install toolium-examples dependencies
103106 run : |
104107 cd toolium-examples
@@ -149,6 +152,9 @@ jobs:
149152 run : |
150153 python -m pip install --upgrade pip
151154 pip install -r requirements.txt
155+ - name : Install toolium
156+ run : |
157+ python -m pip install .
152158 - name : Install toolium-examples dependencies
153159 run : |
154160 cd toolium-examples
@@ -199,6 +205,9 @@ jobs:
199205 run : |
200206 python -m pip install --upgrade pip
201207 pip install -r requirements.txt
208+ - name : Install toolium
209+ run : |
210+ python -m pip install .
202211 - name : Install toolium-examples dependencies
203212 run : |
204213 cd toolium-examples
@@ -250,6 +259,9 @@ jobs:
250259 run : |
251260 python -m pip install --upgrade pip
252261 pip install -r requirements.txt
262+ - name : Install toolium
263+ run : |
264+ python -m pip install .
253265 - name : Install toolium-examples dependencies
254266 run : |
255267 cd toolium-examples
You can’t perform that action at this time.
0 commit comments