diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 8a9cb4f7..a832bb27 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.10 architecture: x64 cache: 'pip' - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index 0a64be8d..c3a41a2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,4 @@ conllu openpyxl translate-toolkit==3.7.3 typing_extensions -scikit-learn==1.1.2 -python==3.10.4 \ No newline at end of file +scikit-learn==1.1.2 \ No newline at end of file