diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ad3322023e933..68375f4ebaf894 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: steps: - checkout - run: uv pip install -U -e . - - run: echo 'expor' "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)"' && source "$BASH_ENV" + - run: echo 'export "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)"' && source "$BASH_ENV" - run: mkdir -p test_preparation - run: python utils/tests_fetcher.py | tee tests_fetched_summary.txt - store_artifacts: