Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Merged
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
3 changes: 2 additions & 1 deletion buildscripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
for package in sdc_packages:
if '.tar.bz2' in package and package_type == 'conda':
format_print(f'Run benchmark tests for sdc conda package: {package}')
create_conda_env(conda_activate, test_env, python, sdc_env['test'] + ['openpyxl'], conda_channels)
create_conda_env(conda_activate, test_env, python, sdc_env['test'] + ['openpyxl', 'xlrd'],
conda_channels)
run_command(f'{test_env_activate} && conda install -y {package}')
run_command(f'{test_env_activate} && python -W ignore -m sdc.runtests {benchmark_argv}')