Skip to content

Commit 93c9ffa

Browse files
authored
Merge pull request #41 from analysiscenter/improvements
update release to include batchflow-sub
2 parents a3fe248 + e1abf18 commit 93c9ffa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
image: analysiscenter1/ds-py3
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- name: Checkout PyDEns
18+
uses: actions/checkout@v2
19+
with:
20+
submodules: true
1821

1922
- name: Install dependencies
2023
run: pip3 install --upgrade setuptools wheel twine

0 commit comments

Comments
 (0)