Skip to content

Commit 5b16668

Browse files
committed
Update test.yaml
1 parent d2b274f commit 5b16668

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
- build
4242
runs-on: ubuntu-latest
4343
steps:
44+
- uses: actions/checkout@v4
45+
with:
46+
fetch-depth: 0
47+
sparse-checkout: test
4448
- name: Download all the dists
4549
uses: actions/download-artifact@v4
4650
with:
4751
name: python-package-distributions
4852
path: dist
4953
- run: ls -lah .
50-
- uses: actions/checkout@v4
51-
with:
52-
fetch-depth: 0
53-
sparse-checkout: test
54-
path: test
55-
- run: ls -lah .
54+
- run: ls -lah dist
55+
- run: ls -lah test
5656
- uses: actions/setup-python@v5
5757
with:
5858
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)