X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=526e795b0c9acc2f4b7b633c3c064f1a77e53fa1;hb=7183b2cae90ee27cb1213bf8011f70c325aaa0a6;hp=561c7bb1ea538bc2625bcdb05cd5ab5b73a14495;hpb=188392f7e799137a85f1ee101797e54150280bf9;p=ieee754fpu.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 561c7bb1..526e795b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ build: - ccache --show-stats || true - python3 -m venv --system-site-packages .venv - . .venv/bin/activate - - pip install pytest-xdist twine cython + - pip install pytest-xdist==3.3.1 pytest==7.3.1 twine cython script: - . .venv/bin/activate @@ -123,6 +123,12 @@ build: - python3 setup.py develop - popd + - git clone --depth 1 https://git.libre-soc.org/git/pytest-output-to-files.git pytest-output-to-files + - pushd pytest-output-to-files + - git rev-parse HEAD + - python3 setup.py develop + - popd + - python3 setup.py develop - pytest -v