Skip to content

Commit 51f97d2

Browse files
fix windows src path
1 parent 88efaf1 commit 51f97d2

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 && C:/Python312/Scripts/renderer.exe build && cd ../../
162+
cd src/dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../../
163163
164164
test-312: &test
165165
working_directory: ~/dash

0 commit comments

Comments
 (0)