Skip to content

Commit e2b50ef

Browse files
use Python 3.12 on windows
1 parent 5a11075 commit e2b50ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
win: circleci/windows@2.4.0
4+
win: circleci/windows@5.0.0
55
percy: percy/agent@0.1.3
66
browser-tools: circleci/browser-tools@1.4.6
77

@@ -150,10 +150,15 @@ jobs:
150150
PERCY_ENABLE: 0
151151
steps:
152152
- checkout
153+
154+
- run:
155+
name: "Install Python"
156+
command: choco install -y python --version=3.12.1
157+
153158
- run:
154159
name: ️️🏗️ build core
155160
command: |
156-
pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
161+
C:\\python312\\python.exe -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
157162
cd dash/dash-renderer && renderer build && cd ../../
158163
159164
test-312: &test

0 commit comments

Comments
 (0)