We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8fbc5 commit b0a9827Copy full SHA for b0a9827
.github/workflows/pants.yaml
@@ -28,13 +28,13 @@ jobs:
28
run: |
29
nsc pants cache setup --pants-toml=/tmp/pants.toml
30
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
+ # - name: Set up local cache
+ # uses: namespacelabs/nscloud-cache-action@v1
+ # with:
+ # path: |
+ # ~/.cache/pants/named_caches
+ # ~/.cache/pants/lmdb_store
+ # ~/.cache/nce
38
39
- uses: actions/setup-python@v5
40
with:
0 commit comments