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 cb8f1b3 commit 45319d6Copy full SHA for 45319d6
.circleci/config.yml
@@ -159,7 +159,7 @@ jobs:
159
name: ️️🏗️ build core
160
command: |
161
py -3.12 -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
162
- cd dash/dash-renderer && renderer build && cd ../../
+ cd dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../
163
164
test-312: &test
165
working_directory: ~/dash
0 commit comments