Keep the install check around

It might be good to know if something similar happens again
This commit is contained in:
Christoph Reiter 2020-08-04 00:42:59 +02:00
parent b6155f7d81
commit 638b5b88ed

View File

@ -29,6 +29,10 @@ jobs:
update: true
install: base-devel msys2-devel mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain git python-pip python
- name: Check install
run: |
pacman -Qkq
- name: Install deps
run: |
python -m pip install --user -r requirements.txt