We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a11075 commit e2b50efCopy full SHA for e2b50ef
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- win: circleci/windows@2.4.0
+ win: circleci/windows@5.0.0
5
percy: percy/agent@0.1.3
6
browser-tools: circleci/browser-tools@1.4.6
7
@@ -150,10 +150,15 @@ jobs:
150
PERCY_ENABLE: 0
151
steps:
152
- checkout
153
+
154
+ - run:
155
+ name: "Install Python"
156
+ command: choco install -y python --version=3.12.1
157
158
- run:
159
name: ️️🏗️ build core
160
command: |
- 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
162
cd dash/dash-renderer && renderer build && cd ../../
163
164
test-312: &test
0 commit comments