diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-11-03 19:27:55 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-01-09 08:43:49 +0530 |
commit | 2af4294155a56e990fc6ae99548b9b51f4840967 (patch) | |
tree | c9b727549714a18d9c53c73bf58cfa181161ac82 | |
parent | b096e3bb40b7dba6b06393ec3bc1db9bb9e570ec (diff) | |
download | meson-2af4294155a56e990fc6ae99548b9b51f4840967.zip meson-2af4294155a56e990fc6ae99548b9b51f4840967.tar.gz meson-2af4294155a56e990fc6ae99548b9b51f4840967.tar.bz2 |
CI: install pytest pytest-xdist for msys2
-rw-r--r-- | .github/workflows/msys2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index b4cebe2..57a3f52 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -60,7 +60,7 @@ jobs: - name: Install dependencies run: | - python3 -m pip --disable-pip-version-check install gcovr jsonschema pefile + python3 -m pip --disable-pip-version-check install gcovr jsonschema pefile pytest pytest-xdist - name: Run Tests run: | |