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 db036d4 commit ce14523Copy full SHA for ce14523
.github/workflows/pants.yaml
@@ -23,9 +23,9 @@ jobs:
23
runs-on: ${{ matrix.runner }}
24
steps:
25
- uses: actions/checkout@v4
26
- - name: Set up remote cache
27
- run: |
28
- nsc pants cache setup --pants-toml=/tmp/pants.toml
+ # - name: Set up remote cache
+ # run: |
+ # nsc pants cache setup --pants-toml=/tmp/pants.toml
29
- uses: actions/setup-python@v5
30
with:
31
python-version: ${{ matrix.python-version }}
@@ -35,7 +35,7 @@ jobs:
35
36
gha-cache-key: v0
37
named-caches-hash: ${{ hashFiles('python-default.lock') }}
38
- pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
+ # pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
39
40
- name: Check BUILD files
41
run: |
0 commit comments