3636 - name : Install Plugins
3737 run : |
3838 pwd
39- python3 ./scripts/install_plugins.py -a
39+ python3 ./scripts/install_plugins.py -s TEAL
40+ python3 ./scripts/install_plugins.py -s HERON
41+ python3 ./scripts/install_plugins.py -s SR2ML
42+ python3 ./scripts/install_plugins.py -s LOGOS
43+ python3 ./scripts/install_plugins.py -s BayCal
44+ python3 ./scripts/install_plugins.py -s POEM
45+ python3 ./scripts/install_plugins.py -s DOVE
4046
4147 - name : Set Python Environment
4248 run : |
@@ -82,10 +88,10 @@ jobs:
8288 - name : Fetch and Branch
8389 uses : actions/checkout@v3
8490
85- - name : Install Plugins
86- run : |
87- pwd
88- python3 ./scripts/install_plugins.py -a
91+ # - name: Install Plugins
92+ # run: |
93+ # pwd
94+ # python3 ./scripts/install_plugins.py -a
8995
9096 - name : Set Python Environment
9197 run : |
@@ -102,10 +108,10 @@ jobs:
102108 ./run_tests --library-report
103109 ./run_tests -j4 --raven
104110
105- - name : Test Plugins
106- continue-on-error : true
107- run : |
108- ./run_tests -j4 --plugins
111+ # - name: Test Plugins
112+ # continue-on-error: true
113+ # run: |
114+ # ./run_tests -j4 --plugins
109115
110116 Test-RAVEN-Windows :
111117 runs-on : windows-latest
@@ -132,7 +138,13 @@ jobs:
132138 - name : Install Plugins
133139 run : |
134140 pwd
135- python ./scripts/install_plugins.py -a
141+ python3 ./scripts/install_plugins.py -s TEAL
142+ python3 ./scripts/install_plugins.py -s HERON
143+ python3 ./scripts/install_plugins.py -s SR2ML
144+ python3 ./scripts/install_plugins.py -s LOGOS
145+ python3 ./scripts/install_plugins.py -s BayCal
146+ python3 ./scripts/install_plugins.py -s POEM
147+ python3 ./scripts/install_plugins.py -s DOVE
136148
137149 - name : Set Python Environment
138150 run : |
0 commit comments