Skip to content

Commit

Permalink
Restricting stan tests to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Dec 18, 2024
1 parent 77f3e9c commit 13fe890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test-python-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install .
- name: install stan
if: ${{ matrix.python-version >= '3.10' && matrix.python-version < '3.13' }}
run : python -m pip install .[stan]

- name: run unit tests
run: |
python run-tests.py --unit

0 comments on commit 13fe890

Please sign in to comment.