Skip to content

Commit d9f000f

Browse files
authored
Update ci.yml
1 parent 04f1720 commit d9f000f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
# Sets up a display server
30-
- name: Start display server
31-
if: ${{ always() }}
32-
run: |
33-
sudo apt-get install xvfb
34-
Xvfb :99 &
35-
echo "DISPLAY=:99" >> $GITHUB_ENV
30+
#- name: Start display server
31+
# if: ${{ always() }}
32+
# run: |
33+
# sudo apt-get install xvfb
34+
# Xvfb :99 &
35+
# echo "DISPLAY=:99" >> $GITHUB_ENV
3636

3737
# Sets up MATLAB
3838
- name: Setup MATLAB

0 commit comments

Comments
 (0)