Skip to content

Commit

Permalink
Added GH-integrated workflow functionality
Browse files Browse the repository at this point in the history
New github.json for autosyncing with GH repo.
  • Loading branch information
pwghsa01 committed Jan 2, 2023
1 parent 571a926 commit 9d67b88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions github.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"repo": "https://github.com/parallelworks/mdlite-workflow.git",
"branch": "main",
"dir": ".",
"xml": "workflow.xml",
"thumbnail": "workflow/thumbnails/mdlite.png",
"readme": "README.md"
}
6 changes: 3 additions & 3 deletions main_std_parsl_gpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:parsl-1.2]",
"display_name": "Python 3",
"language": "python",
"name": "conda-env-parsl-1.2-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -598,7 +598,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9d67b88

Please sign in to comment.