Skip to content
Snippets Groups Projects
Commit 54ccd3d0 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Fix doc build on CI

parent ff681d67
No related branches found
No related tags found
1 merge request!88Fix doc build on CI
Pipeline #75102 passed
......@@ -4,10 +4,10 @@ stages:
before_script:
- apt-get update --yes
- apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz
- apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz python3-pyqt5 xvfb
- python -m pip install --upgrade pip
- python --version
- pip install pytest pytest-cov sphinx furo numpydoc
- pip install pytest pytest-cov sphinx furo numpydoc pytest-xvfb pytest-qt setuptools_scm
- pip install .
- pip show b_asic
......@@ -38,14 +38,6 @@ run-test-3.10:
image: python:3.10
extends: ".run-test"
run-test-qt:
image: python:3.10
extends: ".run-test"
script:
- apt-get install --yes xvfb python3-pyqt5
- pip install pytest-xvfb pytest-qt
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
pages:
stage: deploy
image: python:3.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment