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 69f9d87 commit 4df481f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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: source activate base
- run: conda activate test_lib
- run: pip install pyDOE3
- run: conda deactivate
Expand Down

0 comments on commit 4df481f

Please sign in to comment.