From d3d8dda40a717c36e9b67b87a09fb51df04d8fd7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 27 Nov 2022 17:34:37 -0500 Subject: [PATCH] try to debug python failure with v3.11 some more --- .github/workflows/compile-msvc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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