-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wkcuber: use venv by default (except for Dockerfile & win build) (#410)
* wkcuber: use venv by default (except for Dockerfile) * no venv for windows CI, use poetry config cmd * add poetry.toml to gitignore, upgrade pip in windows CI * fix win CI * Update Dockerfile
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,6 @@ testdata/tiff_mag_2_reference | |
.vscode/ | ||
|
||
# MyPy | ||
.mypy_cache/ | ||
.mypy_cache/ | ||
|
||
/poetry.toml |
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 was deleted.
Oops, something went wrong.