Skip to content

Commit cf1c146

Browse files
fix circle ci typo
1 parent a9c39cb commit cf1c146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
name: ️️🏗️ build core
153153
command: |
154154
py -3.12 -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
155-
cd dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../
155+
cd dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../
156156
157157
test-312: &test
158158
working_directory: ~/dash

0 commit comments

Comments
 (0)