diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-05-14 17:53:50 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-05-20 23:37:15 +0100 |
commit | 91aeae558d018717bba367ec3f427b21206df8fb (patch) | |
tree | a5399f68f4673112fea51ad0d00d843f43a2be44 /azure-pipelines.yml | |
parent | 2d215d93b245414936992c42b0765088df0564dd (diff) | |
download | meson-91aeae558d018717bba367ec3f427b21206df8fb.zip meson-91aeae558d018717bba367ec3f427b21206df8fb.tar.gz meson-91aeae558d018717bba367ec3f427b21206df8fb.tar.bz2 |
Revert "ci: Disable pytest-xdist on cygwin"
This reverts commit dce60c8f58798e0457a9bb24198adb039a0e6fdd.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 49e0227..497579b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -116,8 +116,8 @@ jobs: displayName: Install Dependencies - script: | set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 - env.exe -- python3 -m pip --disable-pip-version-check install gcovr pefile jsonschema - displayName: "pip install gcovr pefile jsonschema (pytest-xdist broken, skipped: CHECK ME AGAIN)" + env.exe -- python3 -m pip --disable-pip-version-check install gcovr pefile pytest-xdist jsonschema + displayName: pip install gcovr pefile pytest-xdist jsonschema - script: | set BOOST_ROOT= set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 |