-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed failing windows miniconda setup (#82)
* separated windows and linux workflows, disabled mamba in windows workflow * unified workflows again, exchanged setup-miniconda for setup-micromamba * micromamba environment export fix * micromamba environment fix * micromamba environment fix * solving pytest dependency * solving pytest dependency * solving pytest dependency * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * solving micromamba env creation * resorted to just completely deactivate mamba in original approach
- Loading branch information
Showing
2 changed files
with
73 additions
and
73 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 |
---|---|---|
|
@@ -71,3 +71,4 @@ tests/test_data/out/* | |
*/_local_scripts/* | ||
.coverage* | ||
.artifacts/* | ||
.vscode |