There was an error while loading. Please reload this page.
1 parent cd977b7 commit e8a60dcCopy full SHA for e8a60dc
1 file changed
.github/workflows/ci.yml
@@ -63,15 +63,6 @@ jobs:
63
release: ${{ matrix.release }}
64
products: Statistics_and_Machine_Learning_Toolbox Signal_Processing_Toolbox
65
cache: true
66
-
67
- - name: Setup virtual display for R2025a
68
- if: matrix.release == 'R2025a'
69
- run: |
70
- sudo apt-get update
71
- sudo apt-get install -y xvfb
72
- export DISPLAY=:99
73
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
74
- sleep 3
75
76
# Runs a set of commands using the runner's shell
77
- name: Run all tests
0 commit comments