-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add github actions for testing #88
Conversation
ce053ed
to
3e34a7b
Compare
Job Test linux pull on 6e1b9d2 : invalidated by @wangcj05 |
@mandd This PR is good for you to review. |
.github/workflows/github-actions.yml
Outdated
- run: pwd | ||
- run: cd .. && rm -Rf raven && git clone https://github.com/idaholab/raven.git | ||
- run: python3 ../raven/scripts/install_plugins.py -s ${{ github.workspace }} | ||
# test with pip install pyDOE3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this commented line correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
.github/workflows/github-actions.yml
Outdated
# test with pip install pyDOE3 | ||
# - run: conda create -n test_lib python=3.10 pip | ||
# - run: conda init bash && source ~/.bashrc && conda activate test_lib | ||
# - run: pip install pyDOE3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this commented line correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
close #87
What are the significant changes in functionality due to this change request?
For Change Control Board: Change Request Review
The following review must be completed by an authorized member of the Change Control Board.