Skip to content

Commit 45319d6

Browse files
call render.exe via Python312/Scripts dir
1 parent cb8f1b3 commit 45319d6

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
@@ -159,7 +159,7 @@ jobs:
159159
name: ️️🏗️ build core
160160
command: |
161161
py -3.12 -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
162-
cd dash/dash-renderer && renderer build && cd ../../
162+
cd dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../
163163
164164
test-312: &test
165165
working_directory: ~/dash

0 commit comments

Comments
 (0)