Skip to content

Commit

Permalink
fix compute name to NERC
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 4, 2024
1 parent e09684f commit e01ca7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
username: ${{ secrets.CHRISPROJECT_USERNAME }}
password: ${{ secrets.CHRISPROJECT_PASSWORD }}
chris_url: https://cube.chrisproject.org/api/v1/
compute_names: host
compute_names: NERC

- name: Update DockerHub description
if: steps.upload.outcome == 'success'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'lld_inference',
version = '2.2.21',
version = '2.2.22',
description = 'An app to run LLD inference',
author = 'FNNDSC',
author_email = '[email protected]',
Expand Down

0 comments on commit e01ca7e

Please sign in to comment.