Skip to content

Commit b4e222e

Browse files
committed
remove poetry cache cleanup
1 parent dbe4f2a commit b4e222e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
- name: Clean npm cache
7474
run: npm cache clean --force || true
7575
- run: npx nx affected -t install --with dev
76-
- name: Clean Poetry caches after install
77-
run: |
78-
poetry cache clear pypi --all || true
79-
poetry cache clear _default_cache --all || true
80-
rm -rf ~/.cache/pypoetry/artifacts || true
8176
- run: npx nx affected -t lint --parallel=3
8277

8378
build-packages:
@@ -132,11 +127,6 @@ jobs:
132127
- name: Install
133128
run: npx nx affected -t install --with dev --parallel=2
134129

135-
- name: Clean Poetry caches after install
136-
run: |
137-
poetry cache clear pypi --all || true
138-
poetry cache clear _default_cache --all || true
139-
rm -rf ~/.cache/pypoetry/artifacts || true
140130

141131
- name: Build
142132
run: npx nx affected -t build-release --parallel=2
@@ -203,11 +193,6 @@ jobs:
203193
- name: Install
204194
run: npx nx affected -t install --exclude='sample-app' --with dev --parallel=2
205195

206-
- name: Clean Poetry caches after install
207-
run: |
208-
poetry cache clear pypi --all || true
209-
poetry cache clear _default_cache --all || true
210-
rm -rf ~/.cache/pypoetry/artifacts || true
211196

212197
- name: Test
213198
env:

0 commit comments

Comments
 (0)