Skip to content

Commit 8d0e7e8

Browse files
committed
manual install
1 parent ce14523 commit 8d0e7e8

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/pants.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ::

0 commit comments

Comments
 (0)