From eac1aaa3ad6feecd387c154538a46c63db5ff010 Mon Sep 17 00:00:00 2001 From: mariosasko Date: Fri, 22 Jul 2022 13:30:04 +0200 Subject: [PATCH] Use python 3.7 in ubuntu-latest --- .github/workflows/ci.yml | 10 ++-------- src/datasets/packaged_modules/text/dataset_infos.json | 1 + 2 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 src/datasets/packaged_modules/text/dataset_infos.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4f14085ee4..5513c1c6397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.6" + python-version: "3.7" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -49,13 +49,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.6 - if: ${{ matrix.os == 'ubuntu-latest' }} - uses: actions/setup-python@v4 - with: - python-version: 3.6 - name: Set up Python 3.7 - if: ${{ matrix.os == 'windows-latest' }} uses: actions/setup-python@v4 with: python-version: 3.7 @@ -63,7 +57,7 @@ jobs: run: python -m pip install --upgrade pip - name: Pin setuptools-scm if: ${{ matrix.os == 'ubuntu-latest' }} - run: echo "installing pinned version of setuptools-scm to fix seqeval installation on 3.6" && pip install "setuptools-scm==6.4.2" + run: echo "installing pinned version of setuptools-scm to fix seqeval installation on 3.7" && pip install "setuptools-scm==6.4.2" - name: Install dependencies run: | pip install .[tests] diff --git a/src/datasets/packaged_modules/text/dataset_infos.json b/src/datasets/packaged_modules/text/dataset_infos.json new file mode 100644 index 00000000000..c647519d3b4 --- /dev/null +++ b/src/datasets/packaged_modules/text/dataset_infos.json @@ -0,0 +1 @@ +{"bigscience": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "text", "config_name": "bigscience", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 938, "num_examples": 22, "dataset_name": "text"}}, "download_checksums": {"C:\\Users\\Mario\\Desktop\\bigscience\\biscience.txt": {"num_bytes": 892, "checksum": "1e1f85c9e2aefb6990dc6ec4a8805af1e5451ebecb7e9f50face10c83eed742e"}}, "download_size": 892, "post_processing_size": null, "dataset_size": 938, "size_in_bytes": 1830}} \ No newline at end of file