diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 96f5940..2d0a235 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -72,8 +72,7 @@ jobs: - run: pwd - run: cd ..; if (Test-Path raven) {Remove-Item -Recurse -Force raven}; git clone https://github.com/idaholab/raven.git - run: python ../raven/scripts/install_plugins.py -s ${{ github.workspace }} - # - run: $Env:RAVEN_LIBS_NAME = "raven_libraries_"+(Get-Location).Path.Split("\")[-4]; bash ../raven/scripts/establish_conda_env.sh --install --conda-defs $HOME/Miniconda3/etc/profile.d/conda.sh - - run: $Env:RAVEN_LIBS_NAME = "raven_libraries_"+(Get-Location).Path.Split("\")[-4]; bash ../raven/scripts/establish_conda_env.sh --install + - run: $Env:RAVEN_LIBS_NAME = "raven_libraries_"+(Get-Location).Path.Split("\")[-4]; bash ../raven/scripts/establish_conda_env.sh --install --conda-defs $HOME/Miniconda3/etc/profile.d/conda.sh - run: cd ../raven; bash ./build_raven - run: bash ../raven/run_tests --library-report - run: bash ../raven/run_tests -j4 --plugins --re=SR2ML