Fix tests on Windows - reduced memory impact and general fixes (#545)

* Update tests.yml

* Update .github/workflows/tests.yml

* Update tests.yml

* update

* min tests

* enable all, no sigpaths

* update cache

* save workspace, log caching

* updated tests

* update tests

* update rec call test

* lower cache size

* address Ana's feedback
This commit is contained in:
Moritz
2021-05-11 16:29:01 +02:00
committed by GitHub
parent fa0809685e
commit 424a25cb91
2 changed files with 14 additions and 18 deletions

View File

@@ -67,9 +67,6 @@ jobs:
- name: Install pyyaml
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install -y libyaml-dev
- name: Install Microsoft Visual C++ 9.0
if: matrix.os == 'windows-2019' && matrix.python-version == '2.7'
run: choco install vcpython27
- name: Install capa
run: pip install -e .[dev]
- name: Run tests