Skip to content

Commit ff24e51

Browse files
call render.exe via Python312/Scripts dir
1 parent 4ea4069 commit ff24e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 && renderer 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)