Skip to content

Commit 775c2c7

Browse files
committed
Install diskcache extra in lint-unit and typing CI jobs
1 parent 0a82ca0 commit 775c2c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
python -m pip install --upgrade pip wheel
9393
python -m pip install "setuptools<80.0.0"
94-
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[dev,ci,testing]"' \;
94+
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[dev,ci,testing,diskcache]"' \;
9595
9696
- name: Install dash-renderer dependencies
9797
working-directory: dash/dash-renderer
@@ -214,7 +214,7 @@ jobs:
214214
run: |
215215
python -m pip install --upgrade pip wheel
216216
python -m pip install "setuptools<80.0.0"
217-
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[ci,testing,dev]"' \;
217+
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[ci,testing,dev,diskcache]"' \;
218218
219219
- name: Build/Setup test components
220220
run: npm run setup-tests.py # TODO build the packages and save them to packages/ in build job

0 commit comments

Comments
 (0)