Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test_in_devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
shell: bash
run: |
cd $CUDAQ_REPO_ROOT

# --- Threading caps (apply to ctest + pytest + all lit) ---
export OMP_NUM_THREADS=1
export OMP_PROC_BIND=TRUE
export OMP_SCHEDULE=static

python3 -m pip install iqm-client==16.1
python3 -m pytest -v --durations=0 build/python/tests/interop/
pytest_status=$?
Expand Down
Loading