Skip to content

Commit d8075de

Browse files
use py -3.12 -m to run pip
1 parent e2b50ef commit d8075de

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
@@ -158,7 +158,7 @@ jobs:
158158
- run:
159159
name: ️️🏗️ build core
160160
command: |
161-
C:\\python312\\python.exe -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
161+
py -3.12 -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
162162
cd dash/dash-renderer && renderer build && cd ../../
163163
164164
test-312: &test

0 commit comments

Comments
 (0)