Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 30, 2024
1 parent 6e1b9d2 commit 5b08a9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ concurrency:

jobs:
Test-SR2ML-Linux:
# runs-on: [self-hosted, ubuntu-latest]
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
runs-on: ubuntu-latest
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
Expand All @@ -29,10 +28,6 @@ jobs:
- 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
# - run: conda create -n test_lib python=3.10 pip
# - run: conda init bash && source ~/.bashrc && conda activate test_lib
# - run: pip install pyDOE3
- run: WD=`(cd ../../.. && pwd)` && export RAVEN_LIBS_NAME="raven_libs_"`basename $WD` && ../raven/scripts/establish_conda_env.sh --install
- run: cd ../raven && ./build_raven
- run: ../raven/run_tests --library-report
Expand Down

0 comments on commit 5b08a9f

Please sign in to comment.