Skip to content

Commit

Permalink
switch pyoncat to conda channel (#418)
Browse files Browse the repository at this point in the history
* adding pyoncat from conda

* add pyoncat as runtime deps
  • Loading branch information
KedoKudo committed Dec 27, 2023
1 parent 645b882 commit a74deaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ requirements:
- python
- pystog
- simplejson
- pyoncat

test:
imports:
Expand Down
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
- neutrons
- mantid
- oncat
dependencies:
- build
- configparser
Expand All @@ -21,6 +22,4 @@ dependencies:
- simplejson
- typing
- versioningit
- pip
- pip:
- https://oncat.ornl.gov/packages/pyoncat-1.5.1-py3-none-any.whl
- pyoncat

2 comments on commit a74deaf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for addie-dev has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/addie-deploy/-/pipelines/502370"

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for addie-qa has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/addie-deploy/-/pipelines/527480"

Please sign in to comment.