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:
30
30
- name : Install Python dependencies including project in editable mode with extras
31
31
run : |
32
32
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.
37
33
pip install -e .[ci,testing,dev]
38
34
39
35
- name : Build project (JS/CSS, etc.)
40
36
run : npm run build
41
37
42
- - name : Build/Setup test components (runs a Python script)
38
+ - name : Build/Setup test components
43
39
run : npm run setup-tests.py
44
40
45
41
- name : Run typing tests
Original file line number Diff line number Diff line change 1
1
Flask>=1.0.4,<3.1
2
2
Werkzeug<3.1
3
- plotly>=5.0.0,<6.1.0
3
+ plotly>=5.0.0
4
4
importlib-metadata
5
5
typing_extensions>=4.1.1
6
6
requests
7
7
retrying
8
8
nest-asyncio
9
- setuptools<80.0.0
9
+ setuptools
You can’t perform that action at this time.
0 commit comments