mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 20:10:07 -08:00
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:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user