File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,19 @@ jobs:
2929 - uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
32- - uses : pantsbuild/actions/init-pants@v8
33- # This action bootstraps pants and manages 2-3 GHA caches.
34- # See: github.com/pantsbuild/actions/tree/main/init-pants/
35- with :
36- gha-cache-key : v0
37- named-caches-hash : ${{ hashFiles('python-default.lock') }}
32+ # - uses: pantsbuild/actions/init-pants@v8
33+ # # This action bootstraps pants and manages 2-3 GHA caches.
34+ # # See: github.com/pantsbuild/actions/tree/main/init-pants/
35+ # with:
36+ # gha-cache-key: v0
37+ # named-caches-hash: ${{ hashFiles('python-default.lock') }}
3838 # pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
3939
40+ - name : Manual install
41+ run : |
42+ curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
43+ which -a pants
44+
4045 - name : Check BUILD files
4146 run : |
4247 pants tailor --check update-build-files --check ::
You can’t perform that action at this time.
0 commit comments