Skip to content

Commit eac1aaa

Browse files
committed
Use python 3.7 in ubuntu-latest
1 parent 983b04e commit eac1aaa

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.6"
24+
python-version: "3.7"
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
@@ -49,21 +49,15 @@ jobs:
4949
- uses: actions/checkout@v3
5050
with:
5151
fetch-depth: 0
52-
- name: Set up Python 3.6
53-
if: ${{ matrix.os == 'ubuntu-latest' }}
54-
uses: actions/setup-python@v4
55-
with:
56-
python-version: 3.6
5752
- name: Set up Python 3.7
58-
if: ${{ matrix.os == 'windows-latest' }}
5953
uses: actions/setup-python@v4
6054
with:
6155
python-version: 3.7
6256
- name: Upgrade pip
6357
run: python -m pip install --upgrade pip
6458
- name: Pin setuptools-scm
6559
if: ${{ matrix.os == 'ubuntu-latest' }}
66-
run: echo "installing pinned version of setuptools-scm to fix seqeval installation on 3.6" && pip install "setuptools-scm==6.4.2"
60+
run: echo "installing pinned version of setuptools-scm to fix seqeval installation on 3.7" && pip install "setuptools-scm==6.4.2"
6761
- name: Install dependencies
6862
run: |
6963
pip install .[tests]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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}}

0 commit comments

Comments
 (0)