Skip to content

Commit

Permalink
updated workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanEij committed Jan 23, 2025
1 parent 56a8773 commit df4bdd6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
products: >
Simulink
Aerospace_Toolbox
Aerospace_Blockset
- name: Install MATLAB Engine
run: |
MATLAB_EXEC=$(whereis matlab | awk '{print $2}')
MATLAB_ROOT=$(dirname $(dirname $MATLAB_EXEC))
cd "$MATLAB_ROOT/extern/engines/python"
python setup.py install --user
- name: verify MATLAB install
run: |
run: matlab -batch "pyenv(Version='3.10')"
- name: Verify MATLAB Engine
run: |
python -c "import matlab.engine; eng = matlab.engine.start_matlab(); print(eng.sqrt(16.0))"
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
Expand Down

0 comments on commit df4bdd6

Please sign in to comment.