Skip to content

Commit f56533e

Browse files
committed
checkout for wheel test
1 parent f161919 commit f56533e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/pkg_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
CUDA_VERSION: ${{ matrix.cuda }}
100100
TORCH_VERSION: ${{ matrix.torch }}
101101
steps:
102+
- name: Checkout
103+
uses: actions/checkout@v4
104+
with:
105+
submodules: recursive
102106
- name: Delete old files
103107
run: rm -rf dist/*
104108

.github/workflows/pkg_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
CUDA_VERSION: ${{ matrix.cuda }}
8282
TORCH_VERSION: ${{ matrix.torch }}
8383
steps:
84+
- name: Checkout
85+
uses: actions/checkout@v4
86+
with:
87+
submodules: recursive
8488
- name: Delete old files
8589
run: rm -rf dist/*
8690

.github/workflows/publish_pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
CUDA_VERSION: ${{ matrix.cuda }}
9797
TORCH_VERSION: ${{ matrix.torch }}
9898
steps:
99+
- name: Checkout
100+
uses: actions/checkout@v4
101+
with:
102+
submodules: recursive
99103
- name: Delete old files
100104
run: rm -rf dist/*
101105

0 commit comments

Comments
 (0)