Skip to content

Commit 225ec81

Browse files
IAlibayorbeckst
authored andcommitted
Add test deps to deploy action
1 parent f8c9a1a commit 225ec81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
test_submission: true
3232
package_name: MDAnalysisData
3333
module_name: 'MDAnalysisData'
34+
test_deps: 'pytest pytest-mock'
3435

3536
pypi_push:
3637
environment:
@@ -53,3 +54,4 @@ jobs:
5354
with:
5455
package_name: MDAnalysisData
5556
module_name: 'MDAnalysisData'
57+
test_deps: 'pytest pytest-mock'

0 commit comments

Comments
 (0)