pip-compatible version string

This commit is contained in:
Martin Diehl 2022-04-27 06:50:22 +02:00
parent 45fdd03ecd
commit ae9ffe9924
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pandas scipy h5py vtk matplotlib pyyaml
- name: Strip git hash (Unix)
if: runner.os != 'Windows'
run: |
export VERSION=$(cat VERSION)
echo ${VERSION%-*} > VERSION
- name: Install and run unit tests (Unix)
if: runner.os != 'Windows'
run: |