We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b274f commit 5b16668Copy full SHA for 5b16668
.github/workflows/test.yaml
@@ -41,18 +41,18 @@ jobs:
41
- build
42
runs-on: ubuntu-latest
43
steps:
44
+ - uses: actions/checkout@v4
45
+ with:
46
+ fetch-depth: 0
47
+ sparse-checkout: test
48
- name: Download all the dists
49
uses: actions/download-artifact@v4
50
with:
51
name: python-package-distributions
52
path: dist
53
- run: ls -lah .
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
- sparse-checkout: test
54
- path: test
55
- - run: ls -lah .
+ - run: ls -lah dist
+ - run: ls -lah test
56
- uses: actions/setup-python@v5
57
58
python-version: ${{ matrix.python-version }}
0 commit comments