4141 virtualenvs-in-project : true
4242 installer-parallel : true
4343
44- - run : pip install poetry-dynamic-versioning
45-
4644 - name : Load cached venv
4745 id : cached-poetry-dependencies
4846 uses : actions/cache@v2
@@ -106,8 +104,6 @@ jobs:
106104 virtualenvs-in-project : true
107105 installer-parallel : true
108106
109- - run : pip install poetry-dynamic-versioning
110-
111107 - name : Load cached venv
112108 id : cached-poetry-dependencies
113109 uses : actions/cache@v2
@@ -159,8 +155,6 @@ jobs:
159155 virtualenvs-in-project : true
160156 installer-parallel : true
161157
162- - run : pip install poetry-dynamic-versioning
163-
164158 - name : Load cached venv
165159 id : cached-poetry-dependencies
166160 uses : actions/cache@v2
@@ -175,8 +169,6 @@ jobs:
175169 - name : install robotcode
176170 run : poetry install --no-interaction
177171
178- - run : poetry-dynamic-versioning
179-
180172 - name : Setup Node.js environment
181173 uses : actions/setup-node@v2
182174 with :
@@ -236,8 +228,6 @@ jobs:
236228 virtualenvs-in-project : true
237229 installer-parallel : true
238230
239- - run : pip install poetry-dynamic-versioning
240-
241231 - name : Load cached venv
242232 id : cached-poetry-dependencies
243233 uses : actions/cache@v2
@@ -252,8 +242,6 @@ jobs:
252242 - name : install robotcode
253243 run : poetry install --no-interaction
254244
255- - run : poetry-dynamic-versioning
256-
257245 - name : Setup Node.js environment
258246 uses : actions/setup-node@v2
259247 with :
0 commit comments