diff --git a/.github/workflows/compile-msvc.yml b/.github/workflows/compile-msvc.yml index 7120c1c603..e81fea4f42 100644 --- a/.github/workflows/compile-msvc.yml +++ b/.github/workflows/compile-msvc.yml @@ -46,8 +46,9 @@ jobs: - name: Run LAMMPS executable shell: bash run: | - ./build/Release/lmp.exe -h - # ./build/Release/lmp.exe -in bench/in.lj + which python3 + #./build/Release/lmp.exe -h + #./build/Release/lmp.exe -in bench/in.lj - name: Run Unit Tests working-directory: build