File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- win : circleci/windows@2.4 .0
4
+ win : circleci/windows@5.0 .0
5
5
6
6
browser-tools :
circleci/[email protected]
7
7
@@ -150,11 +150,16 @@ jobs:
150
150
PERCY_ENABLE : 0
151
151
steps :
152
152
- checkout
153
+
154
+ - run :
155
+ name : " Install Python"
156
+ command : choco install -y python --version=3.12.1
157
+
153
158
- run :
154
159
name : ️️🏗️ build core
155
160
command : |
156
- pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
157
- cd dash/dash-renderer && renderer build && cd ../../
161
+ 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 ../../
158
163
159
164
test-312 : &test
160
165
working_directory : ~/dash
You can’t perform that action at this time.
0 commit comments