-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: try using --parallel install for mypy pipeline
`time tox -e mypy-misc` (removed the actual mypy call) before (each module in a separate 'hpi install' command) ``` real 1m45.901s user 1m19.555s sys 0m5.491s ``` in a single 'hpi install' command (multiple modules) ``` real 1m31.252s user 1m6.028s sys 0m5.065s ``` single 'hpi install' command with --parallel ``` real 0m15.674s user 0m50.986s sys 0m3.249s ```
- Loading branch information
Showing
1 changed file
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters