Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Jun 24, 2024
1 parent 2fd413c commit f97941f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ jobs:
python-version: "3.11"
cache: true
- name: Install dependencies
run: pdm sync -G full -G doc
run: |
pdm sync -G full -G doc
pip install cmdstanpy==0.9.5
- name: Build documentation
run: |
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
Expand Down

0 comments on commit f97941f

Please sign in to comment.