diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0593b53..a8e22be 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/sed_scores_eval/base_modules/io.py b/sed_scores_eval/base_modules/io.py index 9ea25a6..2b1f08a 100644 --- a/sed_scores_eval/base_modules/io.py +++ b/sed_scores_eval/base_modules/io.py @@ -527,7 +527,7 @@ def download_test_data(): print('Download test data') zip_file_path = tests_dir_path / 'data.zip' urlretrieve( - 'https://go.upb.de/sed_scores_eval_test_data', + 'https://zenodo.org/records/18234055/files/data.zip?download=1', filename=str(zip_file_path) ) with zipfile.ZipFile(zip_file_path, 'r') as zip_ref: