Skip to content

Commit c22da78

Browse files
committed
Skip template dependency install and tests on Python 3.9
Added conditional steps to skip installing py-shiny-templates dependencies and running example app tests for Python 3.9, due to scikit-learn 1.7.0+ requiring Python 3.10 or higher.
1 parent ec648cc commit c22da78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ jobs:
200200
path: py-shiny-templates
201201

202202
- name: Install py-shiny-templates dependencies
203+
if: matrix.python-version != '3.9'
204+
# Scikit-learn 1.7.0+ requires Python 3.10+
203205
run: |
204206
make install-py-shiny-templates-deps
205207

0 commit comments

Comments
 (0)