mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
tests: fix test_memusage_partial_open and add psutil to CI
Run the RSS measurement in a subprocess so the fixture file is not already in the page cache from earlier tests (which made both deltas read as zero). Add psutil to the CI pip install so this test is not skipped there. Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install xmlschema xsdata numpy lxml pytest isodate lark networkx tabulate python-dateutil shapely
|
||||
pip install xmlschema xsdata numpy lxml pytest isodate lark networkx tabulate python-dateutil shapely psutil
|
||||
pip install src/bcf --no-deps
|
||||
pip install pytest-xdist==3.8.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user