Skip to content

Commit

Permalink
Install jupedsim in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Sep 24, 2023
1 parent 9fdbb19 commit ae8504c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
python-version: "3.11"

- name: Install jupedsim
run: |
python3 -m pip install .
- name: Build docs
run: |
python3 -m pip install -r docs/requirements.txt
Expand Down

0 comments on commit ae8504c

Please sign in to comment.