From c613421ea7e6a52e0a8b6ec3e89bbbb8971a42a6 Mon Sep 17 00:00:00 2001 From: Jan Adler Date: Thu, 12 Sep 2024 09:33:41 +0200 Subject: [PATCH] Removed sionna from documentation requirements --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 271fe08e..ed814eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/