-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(distscripts): use pathlib, misc
* use pathlib for path manipulations * construct paths relative to script locn instead of cwd (permits running from project root) * update dist script tests to use pytest tmpdirs and restore modified files * remove unneeded step (move zip files) from test_night_build_script CI job * don't run makefile creation/build tests in parallel (avoid state pollution)
- Loading branch information
Showing
7 changed files
with
271 additions
and
195 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
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
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
Oops, something went wrong.