try to debug python failure with v3.11 some more

This commit is contained in:
Axel Kohlmeyer
2022-11-27 17:34:37 -05:00
parent d3bb55fa4f
commit d3d8dda40a

View File

@ -46,7 +46,8 @@ jobs:
- name: Run LAMMPS executable
shell: bash
run: |
./build/Release/lmp.exe -h
which python3
#./build/Release/lmp.exe -h
#./build/Release/lmp.exe -in bench/in.lj
- name: Run Unit Tests