Fixed matemat version fetch.

This commit is contained in:
s3lph 2018-10-19 22:15:05 +02:00
parent d3ee2b95a7
commit beef77f368

View file

@ -9,7 +9,7 @@ stages:
before_script: before_script:
- export MATEMAT_VERSION=$(python -c 'from matemat import __version__; print(__version__)') - export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')