Skip to content

Commit

Permalink
checking removal of clustering
Browse files Browse the repository at this point in the history
Python 3.8 and 3.9 tests are stuck on this test
  • Loading branch information
ngupta23 authored Aug 26, 2022
1 parent 3ed76b6 commit c33a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
pip list
- name: Remove tests
run: |
remove-item tests/* -Include @('test_classification_tuning.py','test_classification_plots.py','test_regression_plots.py', 'test_regression_tuning.py', 'test_time_series_tune_grid.py', 'test_time_series_tune_random.py', 'test_create_api.py', 'test_create_docker.py', 'test_drift_report.py', 'test_eda.py', 'test_time_series_plots.py', 'test_time_series_utils_plots.py')
remove-item tests/* -Include @('tests\test_clustering.py', 'test_classification_tuning.py','test_classification_plots.py','test_regression_plots.py', 'test_regression_tuning.py', 'test_time_series_tune_grid.py', 'test_time_series_tune_random.py', 'test_create_api.py', 'test_create_docker.py', 'test_drift_report.py', 'test_eda.py', 'test_time_series_plots.py', 'test_time_series_utils_plots.py')
- name: Test with pytest
run: pytest

Expand Down

0 comments on commit c33a42a

Please sign in to comment.