Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurston committed Mar 28, 2024
1 parent 1044b0b commit 225c664
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@ jobs:
uses: actions/checkout@v4
- name: Delete tests and FMM duplicates
run: rm -r test/ src/FMM/
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- name: Install sphinx
run: |
python3 -m venv .venv
source .venv/bin/activate
git clone https://github.com/sphinx-contrib/matlabdomain.git ../matlabdomain
git clone https://github.com/thorstone25/matlabdomain.git ../matlabdomain
pip install -e ../matlabdomain
git clone https://github.com/DeveloperRSquared/case-insensitive-dict.git ../case-insensitive-dict
pip install -e ../case-insensitive-dict
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
with:
Expand Down

0 comments on commit 225c664

Please sign in to comment.