CI: install pytest pytest-xdist for msys2

pull/7939/head
Christoph Reiter 4 years ago committed by Jussi Pakkanen
parent f000fa407d
commit a7edbc6ee5
  1. 2
      .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: |

Loading…
Cancel
Save