Skip to content

Commit

Permalink
Add test deps to deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored and orbeckst committed Oct 31, 2023
1 parent f8c9a1a commit 225ec81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
test_submission: true
package_name: MDAnalysisData
module_name: 'MDAnalysisData'
test_deps: 'pytest pytest-mock'

pypi_push:
environment:
Expand All @@ -53,3 +54,4 @@ jobs:
with:
package_name: MDAnalysisData
module_name: 'MDAnalysisData'
test_deps: 'pytest pytest-mock'

0 comments on commit 225ec81

Please sign in to comment.