Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 20, 2024
1 parent 81eb7e9 commit 91e733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: cd .. && rm -Rf raven && git clone https://github.com/idaholab/raven.git
- run: python3 ../raven/scripts/install_plugins.py -s ${{ github.workspace }}
- run: conda create -n test_lib python=3.10 pip
- run: conda init zsh && source ~/.bashrc && conda activate test_lib
- run: conda init bash && source ~/.bashrc && conda activate test_lib
- run: pip install pyDOE3
- run: conda deactivate
- run: WD=`(cd ../../.. && pwd)` && export RAVEN_LIBS_NAME="raven_libs_"`basename $WD` && ../raven/scripts/establish_conda_env.sh --install
Expand Down

0 comments on commit 91e733f

Please sign in to comment.