-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readthedocs updated and minor change to get_watsontx CLI script (#197)
* watson msg keys added * Entry points fix (#196) * CLI scripts moved to modules with defined entry points * Basic unittesting added for CLI scripts * CLI unit tests moved to module scripts * PR tests updated with new structuring * qc added to autodocs * All station data fetching added * Link updated * CLI functions updated * CLI examples updated * Watson tx de-bug * Payload info removed from requirements * Duplicate file de-bug * GIOS/Watson station identifier * Naming if statement changed Co-authored-by: Mads Christian Lund <[email protected]> * sub-headers added * Better file renaming solution * filename solution with re --------- Co-authored-by: Mads Christian Lund <[email protected]>
- Loading branch information
Showing
9 changed files
with
77 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
on: [push] | ||
|
||
on: | ||
workflow_dispatch: | ||
#on: [push] | ||
|
||
jobs: | ||
paper: | ||
runs-on: ubuntu-latest | ||
|
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
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.