File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,12 @@ jobs:
3030 - name : Install Python dependencies including project in editable mode with extras
3131 run : |
3232 python -m pip install --upgrade pip setuptools wheel
33- # This command installs the Dash package in editable mode (-e)
34- # along with dependencies specified in the [ci,testing,dev] extras
35- # defined in your setup.py or pyproject.toml.
36- # Ensure these extras include pytest and any typing tools.
3733 pip install -e .[ci,testing,dev]
3834
3935 - name : Build project (JS/CSS, etc.)
4036 run : npm run build
4137
42- - name : Build/Setup test components (runs a Python script)
38+ - name : Build/Setup test components
4339 run : npm run setup-tests.py
4440
4541 - name : Run typing tests
Original file line number Diff line number Diff line change 11Flask>=1.0.4,<3.1
22Werkzeug<3.1
3- plotly>=5.0.0,<6.1.0
3+ plotly>=5.0.0
44importlib-metadata
55typing_extensions>=4.1.1
66requests
77retrying
88nest-asyncio
9- setuptools<80.0.0
9+ setuptools
You can’t perform that action at this time.
0 commit comments