Skip to content

Commit

Permalink
Added Sionna Install Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjan committed Jul 22, 2024
1 parent 8874f26 commit 6fb951c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt update
sudo apt-get install -y build-essential octave portaudio19-dev python-dev-is-python3
export MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
pip install -e .[develop,test,documentation,quadriga,uhd,audio]
pip install -e .[develop,test,documentation,quadriga,sionna,uhd,audio]
python -m setup develop
- name: Run unit tests
Expand Down 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,audio]
pip install -e .[test,documentation,quadriga,sionna,uhd,audio]
- name: Build documentation
run: sphinx-build docssource/ documentation/
Expand Down

0 comments on commit 6fb951c

Please sign in to comment.