Skip to content

Commit

Permalink
fixed CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
BALOGHBence committed Oct 5, 2023
1 parent cb328da commit 3a78dbe
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 3a78dbe

Please sign in to comment.