Skip to content

Commit

Permalink
Merge pull request #54 from sigma-epsilon/53-missing-xvfb-install-in-…
Browse files Browse the repository at this point in the history
…cicd

fixed CI/CD
  • Loading branch information
BALOGHBence authored Oct 5, 2023
2 parents cb328da + 3a78dbe commit 950361f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
pip install ".[test, dev]"
pip install 'build<0.10.0'
python -m build
- run:
name: Refresh packages
command: sudo apt-get update
- run:
name: Install xvfb for offline rendering
command: sudo apt-get install libgl1-mesa-glx xvfb
- run:
name: Run tests
# This assumes pytest is installed via the install-package step above
Expand Down

0 comments on commit 950361f

Please sign in to comment.