Force Python version in GH MSVC test

This commit is contained in:
Richard Berger
2022-02-02 16:08:35 -05:00
parent 82ac7c9e12
commit 6edb50b405

View File

@ -17,9 +17,15 @@ jobs:
with:
fetch-depth: 2
- name: Select Python version
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Building LAMMPS via CMake
shell: bash
run: |
python3 -m pip install numpy
cmake -C cmake/presets/windows.cmake \
-S cmake -B build \
-D BUILD_SHARED_LIBS=on \