From 3a78dbe787c4ab6c754f286801c8cc489d23994e Mon Sep 17 00:00:00 2001 From: Bence Balogh Date: Thu, 5 Oct 2023 04:53:14 +0200 Subject: [PATCH] fixed CI/CD --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f3e242a3..089c1a4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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