Skip to content

Commit ce14523

Browse files
committed
test GH runners
1 parent db036d4 commit ce14523

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pants.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
runs-on: ${{ matrix.runner }}
2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set up remote cache
27-
run: |
28-
nsc pants cache setup --pants-toml=/tmp/pants.toml
26+
# - name: Set up remote cache
27+
# run: |
28+
# nsc pants cache setup --pants-toml=/tmp/pants.toml
2929
- uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
gha-cache-key: v0
3737
named-caches-hash: ${{ hashFiles('python-default.lock') }}
38-
pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
38+
# pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
3939

4040
- name: Check BUILD files
4141
run: |

0 commit comments

Comments
 (0)