Skip to content

Commit d80324b

Browse files
committed
Update test.yaml
1 parent e5c3d17 commit d80324b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
with:
4040
name: python-package-distributions
4141
path: dist
42+
- run: ls -lah dist
4243
- uses: actions/checkout@v4
44+
with:
45+
fetch-depth: 0
46+
sparse-checkout: test
47+
- run: ls -lah dist
4348
- uses: actions/setup-python@v5
4449
with:
4550
python-version: 3.12

0 commit comments

Comments
 (0)