File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed
Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 5252 run : choco install wget
5353
5454 - name : pip install deps
55- run : pip install PyYAML ply McStasscript ncrystal mslex
56-
57- - name : pip install mcpl-core preview
58- run : pip install -v "git+https://github.com/mctools/mcpl@path_to_mcpl2#subdirectory=mcpl_core"
55+ run : pip install PyYAML ply McStasscript ncrystal mslex mcpl mcpl-core mcpl-extra
5956
6057 - name : choco install deps2
6158 run : choco install mingw make winflexbison3
Original file line number Diff line number Diff line change @@ -98,14 +98,11 @@ jobs:
9898
9999 - name : pip install deps Windows Intel
100100 if : runner.os == 'Windows' && matrix.os != 'windows-11-arm'
101- run : pip install PyYAML ply McStasscript ncrystal mslex
101+ run : pip install PyYAML ply McStasscript ncrystal mslex mcpl mcpl-core mcpl-extra
102102
103103 - name : pip install deps Windows arm64
104104 if : runner.os == 'Windows' && matrix.os == 'windows-11-arm'
105- run : pip install PyYAML ply ncrystal mslex
106-
107- - name : pip install mcpl-core preview
108- run : pip install -v "git+https://github.com/mctools/mcpl@path_to_mcpl2#subdirectory=mcpl_core"
105+ run : pip install PyYAML ply ncrystal mslex mcpl mcpl-core mcpl-extra
109106
110107 - name : set MCSTAS env var
111108 run : echo MCSTAS=%CD%\install\share\mcstas\resources >> %GITHUB_ENV%
Original file line number Diff line number Diff line change 5252 run : choco install wget
5353
5454 - name : pip install deps
55- run : pip install PyYAML ply McStasscript mslex
56-
57- - name : pip install mcpl-core preview
58- run : pip install -v "git+https://github.com/mctools/mcpl@path_to_mcpl2#subdirectory=mcpl_core"
55+ run : pip install PyYAML ply McStasscript mslex mcpl mcpl-core mcpl-extra
5956
6057 - name : choco install deps2
6158 run : choco install mingw make winflexbison3
Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ jobs:
9898
9999 - name : pip install deps Windows Intel
100100 if : runner.os == 'Windows' && matrix.os != 'windows-11-arm'
101- run : pip install PyYAML ply McStasscript ncrystal mslex
101+ run : pip install PyYAML ply McStasscript mslex mcpl mcpl-core mcpl-extra
102102
103103 - name : pip install deps Windows arm64
104- if : runner.os == 'Windows' && matrix.os == 'windows-11-arm'
105- run : pip install PyYAML ply ncrystal mslex
104+ if : runner.os == 'Windows' && matrix.os == 'windows-11-arm' mcpl mcpl-core mcpl-extra
105+ run : pip install PyYAML ply mslex
106106
107107 - name : pip install mcpl-core preview
108108 run : pip install -v "git+https://github.com/mctools/mcpl@path_to_mcpl2#subdirectory=mcpl_core"
You can’t perform that action at this time.
0 commit comments