Skip to content

Commit b0a9827

Browse files
committed
no cache
1 parent 2c8fbc5 commit b0a9827

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pants.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: |
2929
nsc pants cache setup --pants-toml=/tmp/pants.toml
3030
31-
- name: Set up local cache
32-
uses: namespacelabs/nscloud-cache-action@v1
33-
with:
34-
path: |
35-
~/.cache/pants/named_caches
36-
~/.cache/pants/lmdb_store
37-
~/.cache/nce
31+
# - name: Set up local cache
32+
# uses: namespacelabs/nscloud-cache-action@v1
33+
# with:
34+
# path: |
35+
# ~/.cache/pants/named_caches
36+
# ~/.cache/pants/lmdb_store
37+
# ~/.cache/nce
3838

3939
- uses: actions/setup-python@v5
4040
with:

0 commit comments

Comments
 (0)