Skip to content

Commit

Permalink
Removed sionna from documentation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjan committed Sep 12, 2024
1 parent 041bc7f commit c613421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
sudo apt update
sudo apt-get install -y build-essential octave portaudio19-dev python-dev-is-python3 pandoc graphviz
export MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
pip install -e .[test,documentation,quadriga,uhd,sionna,audio]
pip install -e .[test,documentation,quadriga,uhd,audio]
- name: Build documentation
run: sphinx-build docssource/ documentation/

0 comments on commit c613421

Please sign in to comment.