Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 86c8701

Browse files
samir-nasiblidensmirn
authored andcommitted
added 'xlrd' for benchmark tests conda env (#379)
* added 'xlrd' for benchmark tests conda env * added 'xlrd' pckg in benchmark tests conda env, that is needed for tests dump in excel * misc update
1 parent f64407c commit 86c8701

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildscripts/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
for package in sdc_packages:
201201
if '.tar.bz2' in package and package_type == 'conda':
202202
format_print(f'Run benchmark tests for sdc conda package: {package}')
203-
create_conda_env(conda_activate, test_env, python, sdc_env['test'] + ['openpyxl'], conda_channels)
203+
create_conda_env(conda_activate, test_env, python, sdc_env['test'] + ['openpyxl', 'xlrd'],
204+
conda_channels)
204205
run_command(f'{test_env_activate} && conda install -y {package}')
205206
run_command(f'{test_env_activate} && python -W ignore -m sdc.runtests {benchmark_argv}')

0 commit comments

Comments
 (0)