CI: install pytest pytest-xdist for msys2

0.56
Christoph Reiter 4 years ago committed by Nirbheek Chauhan
parent b096e3bb40
commit 2af4294155
  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