Skip to content

Commit 13fe890

Browse files
committed
Restricting stan tests to supported versions
1 parent 77f3e9c commit 13fe890

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test-python-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
python -m pip install --upgrade pip setuptools wheel
4040
python -m pip install .
4141
42+
- name: install stan
43+
if: ${{ matrix.python-version >= '3.10' && matrix.python-version < '3.13' }}
44+
run : python -m pip install .[stan]
45+
4246
- name: run unit tests
4347
run: |
4448
python run-tests.py --unit

0 commit comments

Comments
 (0)