Test running in directory containing spaces
diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ee8451..91d96db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml
@@ -132,11 +132,13 @@ executor: name: win/server-2019 shell: bash.exe + working_directory: ~/project with spaces environment: PYTHONUNBUFFERED: "1" EMSDK_NOTTY: "1" steps: - checkout + - run: pwd - run: where python - run: pip install pip-system-certs - run: