Fixed matemat version fetch.
This commit is contained in:
parent
d3ee2b95a7
commit
beef77f368
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ stages:
|
|||
|
||||
|
||||
before_script:
|
||||
- export MATEMAT_VERSION=$(python -c 'from matemat import __version__; print(__version__)')
|
||||
- export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue