Skip to content

Commit 314d132

Browse files
committed
docs: temporarily remove hashes to see the list of packages required
This allows us to pick up the dependencies correctly and then to build the list of versions and hashes required for the action to run. Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent 2f8cfbd commit 314d132

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2020
with:
2121
python-version: '3.13.2'
22-
- run: pip install --require-hashes -r kokkos-kernels/.github/workflows/docs_check_requirements.txt
22+
- run: pip install -r kokkos-kernels/.github/workflows/docs_check_requirements.txt
2323

2424
build:
2525
runs-on: [macos-latest]
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
GitPython==3.1.44 \
2-
--hash=sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269 \
3-
--hash=sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110
1+
GitPython==3.1.44

0 commit comments

Comments
 (0)