File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,21 @@ jobs:
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242
43- - uses : pantsbuild/actions/init-pants@v8
44- with :
45- gha-cache-key : v0
46- named-caches-hash : ${{ hashFiles('python-default.lock') }}
47- pants-ci-config : " ['pants.toml', '/tmp/pants.toml']"
43+ # - uses: pantsbuild/actions/init-pants@v8
44+ # with:
45+ # gha-cache-key: v0
46+ # named-caches-hash: ${{ hashFiles('python-default.lock') }}
47+ # pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
48+
49+ - name : Manual install
50+ run : |
51+ curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
52+ which -a pants
53+
54+ # Corrupted?
55+ rm -rf /home/runner/.cache/pants/lmdb_store/
4856
49- # - name: Manual install
50- # run: |
51- # curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
52- # which -a pants
53- # PANTS_LOCAL_CACHE_DIR=/tmp/pants_cache pants --print-stacktrace -ldebug --version
57+ pants --print-stacktrace -ldebug --version
5458
5559 - name : Check BUILD files
5660 run : |
You can’t perform that action at this time.
0 commit comments