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

Merge branch 'docbuildfix' into 'master'

Fix doc build on CI

See merge request !88
parents ff681d67 54ccd3d0
No related branches found
No related tags found
1 merge request!88Fix doc build on CI
Pipeline #75103 passed
...@@ -4,10 +4,10 @@ stages: ...@@ -4,10 +4,10 @@ stages:
before_script: before_script:
- apt-get update --yes - 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 -m pip install --upgrade pip
- python --version - 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 install .
- pip show b_asic - pip show b_asic
...@@ -38,14 +38,6 @@ run-test-3.10: ...@@ -38,14 +38,6 @@ run-test-3.10:
image: python:3.10 image: python:3.10
extends: ".run-test" 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: pages:
stage: deploy stage: deploy
image: python:3.10 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