Skip to content

Commit 7b61f27

Browse files
authored
Test running in directory containing spaces (#1664)
We already do this in emscripten CI, but just in case doing it here too
1 parent 75ba526 commit 7b61f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ jobs:
135135
environment:
136136
PYTHONUNBUFFERED: "1"
137137
EMSDK_NOTTY: "1"
138+
working_directory: ~/project with spaces
138139
steps:
139140
- checkout
141+
- run: pwd
140142
- run: where python
141143
- run: pip install pip-system-certs
142144
- run:

0 commit comments

Comments
 (0)