Update CI to test multiple python versions (#45)

* Update CI to test multiple python versions

* Ensure numpy is installed

* Handle lulesh with cmake < 3.16

* Fix typo

* Bump minimum CMake version to 3.16

- CMake 3.15 has issue with PTL object library

* Tweak CI test output

[ROCm/rocprofiler-systems commit: 22eaa780ec]
Esse commit está contido em:
Jonathan R. Madsen
2022-04-22 03:05:07 -05:00
commit de GitHub
commit 28ade7fbb9
12 arquivos alterados com 71 adições e 20 exclusões
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(omnitrace-user-api LANGUAGES CXX)