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 a9c39cb commit cf1c146Copy full SHA for cf1c146
.circleci/config.yml
@@ -152,7 +152,7 @@ jobs:
152
name: ️️🏗️ build core
153
command: |
154
py -3.12 -m pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
155
- cd dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../
+ cd dash/dash-renderer && C:/Python312/Scripts/renderer.exe build && cd ../../
156
157
test-312: &test
158
working_directory: ~/dash
0 commit comments