diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fd788e44..5d773a9d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,15 +50,6 @@ jobs: pip install --upgrade cython jupyter jupyter_contrib_nbextensions numpy scipy scikit-learn # installing without this line will cause errors on GitHub Actions, while instsalling locally won't pip install -e . - - name: Test data downloads - run: | - if [ "$RUNNER_OS" == "Windows" ]; then - $CONDA\\python.exe scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --interval 1d --region cn - else - $CONDA/bin/python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --interval 1d --region cn - fi - shell: bash - - name: Install test dependencies run: | pip install --upgrade pip diff --git a/setup.py b/setup.py index d87610b8a..3aa77a909 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,6 @@ setup( "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",