1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00

Fix the way tests are launched on GitHub

This commit is contained in:
Guillaume Ayoub 2020-12-11 00:29:33 +01:00
parent 81f73ead2e
commit 562318f66c

View File

@ -40,10 +40,10 @@ jobs:
rm C:\msys64\mingw64\bin\python.exe
- name: Upgrade pip and setuptools
run: python -m pip install --upgrade pip setuptools
- name: Install pydyf
run: python -m pip install git+https://github.com/CourtBouillon/pydyf.git
- name: Upgrade cffi (Windows)
if: matrix.os == 'windows-latest'
run: python -m pip install --upgrade cffi
- name: Install tests's requirements
run: python -m pip install .[test]
- name: Launch tests
run: python setup.py test --addopts="-v"
run: python -m pytest