Skip to content

Commit

Permalink
CI: remove Xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
Apolo151 committed Feb 9, 2025
1 parent 7a20731 commit 7f2d11d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cross_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt

- name: Install Xvfb for GUI tests
run: sudo apt-get install -y xvfb

- name: Run Tests in Virtual Display
run: xvfb-run --auto-servernum pytest --cov=solver --cov=parser --cov=plotter
- name: Run Tests
run: pytest --cov=solver --cov=parser --cov=plotter

build:
needs: test
Expand Down

0 comments on commit 7f2d11d

Please sign in to comment.