Skip to content

Commit b38b25b

Browse files
authored
Merge branch 'main' into compliant-package
2 parents 75b33c4 + e652ff5 commit b38b25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
- name: install-deps
307307
run: |
308308
cd plotly.py
309-
uv pip install -r test_requirements/requirements_312_optional.txt --system
309+
uv pip install -r test_requirements/requirements_core.txt -r test_requirements/requirements_optional.txt --system
310310
uv pip install -e . --system
311311
- name: install-narwhals-dev
312312
run: |

0 commit comments

Comments
 (0)