disable building PYTHON package on Windows until the failure is understood
This commit is contained in:
7
.github/workflows/compile-msvc.yml
vendored
7
.github/workflows/compile-msvc.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
nuget install MSMPIsdk
|
||||
nuget install MSMPIDIST
|
||||
cmake -C cmake/presets/windows.cmake \
|
||||
-D PKG_PYTHON=on \
|
||||
-D PKG_PYTHON=off \
|
||||
-S cmake -B build \
|
||||
-D BUILD_SHARED_LIBS=on \
|
||||
-D LAMMPS_EXCEPTIONS=on \
|
||||
@ -46,9 +46,8 @@ jobs:
|
||||
- name: Run LAMMPS executable
|
||||
shell: bash
|
||||
run: |
|
||||
which python3
|
||||
#./build/Release/lmp.exe -h
|
||||
#./build/Release/lmp.exe -in bench/in.lj
|
||||
./build/Release/lmp.exe -h
|
||||
./build/Release/lmp.exe -in bench/in.lj
|
||||
|
||||
- name: Run Unit Tests
|
||||
working-directory: build
|
||||
|
||||
Reference in New Issue
Block a user