We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39bd0b commit bcb12d9Copy full SHA for bcb12d9
ci/__init__.py
@@ -23,4 +23,4 @@
23
24
import os
25
26
-version = os.environ['MRMAT_VERSION'] if 'MRMAT_VERSION' in os.environ else '0.0.0.dev0'
+version = os.environ.get('MRMAT_VERSION', '0.0.0.dev0')
0 commit comments