Skip to content

Commit

Permalink
Execute CI on the main branch (#2064)
Browse files Browse the repository at this point in the history
* This would enable conda package uploads for releases, matching the behavior in MRC

Closes #2042

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #2064
  • Loading branch information
dagardner-nv authored Nov 22, 2024
1 parent 97dc7a6 commit 84f2bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
branches:
- 'pull-request/**'
- 'branch-*'
- 'main'

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions ci/conda/recipes/morpheus-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ outputs:
- feedparser =6.0.*
- grpcio =1.62.*
- lxml
- mlflow>=2.10.0,<3
- mlflow>=2.10.0,<2.18
- mrc
- networkx=2.8.8
- numpydoc =1.5.*
Expand Down Expand Up @@ -239,7 +239,7 @@ outputs:
- scripts/fetch_data.py
- tests/*
script: morpheus_llm_test.sh

about:
home: https://github.com/nv-morpheus/Morpheus
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ outputs:
- feedparser =6.0.*
- grpcio =1.62.*
- libwebp>=1.3.2 # Required for CVE mitigation: https://nvd.nist.gov/vuln/detail/CVE-2023-4863
- mlflow>=2.10.0,<3
- mlflow>=2.10.0,<2.18
- mrc
- networkx=2.8.8
- numpydoc =1.5.*
Expand Down

0 comments on commit 84f2bab

Please sign in to comment.