Skip to content

Commit

Permalink
Merge pull request #40 from Exabyte-io/feat/SOF-7194
Browse files Browse the repository at this point in the history
SOF-7194: update model tree for deepmd
  • Loading branch information
pranabdas authored Jan 23, 2024
2 parents e7ca0b3 + 86388fe commit 121eef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

steps:
- name: Checkout this repository
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Publish JS release
uses: ./actions/js/publish
with:
node-version: 12.21.x
node-version: 14.x
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}

4 changes: 4 additions & 0 deletions src/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ const MODELS_TREE_CONFIGS_BY_APPLICATION_NAME_VERSION = [
name: "nwchem",
tree: NWCHEM_MODELS_TREE,
},
{
name: "deepmd",
tree: UNKNOWN_MODELS_TREE,
},
];

export const getTreeByApplicationNameAndVersion = ({
Expand Down

0 comments on commit 121eef2

Please sign in to comment.