Skip to content

Commit

Permalink
Removed documentation requirement from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjan committed Sep 12, 2024
1 parent 2c04b92 commit 041bc7f
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,8 +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 jupyterlab-widgets==3.0.5
pip install -e .[develop,test,documentation,quadriga,uhd,audio,sionna,scapy]
pip install -e .[develop,test,quadriga,uhd,audio,sionna,scapy]
- name: Run unit tests
run: |
Expand Down Expand Up @@ -74,6 +73,7 @@ jobs:
with:
python-version: '3.11'

# Note: Sionna dependencies crash with hermespy[documentation] due to outdated ipywidgets requirement on Sionna's side
- name: Install doc dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 041bc7f

Please sign in to comment.