Commit ba48921b authored by James Kirk's avatar James Kirk
Browse files

fix: forgot to export var

2 merge requests!23Resolve "Release v0.1.0",!8Gitlab-ci
Pipeline #106883 failed with stages
in 33 seconds
......@@ -19,7 +19,7 @@ while [ -n "$1" ]; do
EXTRA_ARGS="--build"
;;
tests)
PYTHONDONTWRITEBYTECODE=1
export PYTHONDONTWRITEBYTECODE=1
docker-compose -f docker/docker-compose-test.yaml up --build
exit 0
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment