-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch default docker image for version_capture to GAR-hosted image (#…
…198) * version_capture task changes: exposed docker image as an optional input; set default to GAR-hosted docker image. Original image is ubuntu:jammy-20230816 downloaded from dockerhub. tested fine with miniwdl * added pytest --git-aware option to suppress the constant warning * remove --git-aware; seems that it accidentally removes test data required by CI workflows * update CI for task_versioning.wdl in theiaprok checks * attempting micromamba install of pytest environment instead of miniconda * change micromamba env name to "pytest-env" instead of "base" * attempting to use envrionment.yml for micromamba install instead of manually specifying deps * typo in path to environment.yml * what is taking up all this disk space??? * more attempts to free up disk space * removed du command * another attempt to free up diskspace
- Loading branch information
Showing
5 changed files
with
44 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: pytest-env-CI | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- python >=3.7 | ||
- cromwell | ||
- miniwdl=1.5.2 | ||
- pytest | ||
- pytest-workflow | ||
- importlib-metadata <=4.13.0 |
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