Skip to content

Commit

Permalink
update python
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwbsn committed Oct 4, 2022
1 parent 0ed2ce4 commit 95ca4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ conllu
openpyxl
translate-toolkit==3.7.3
typing_extensions
scikit-learn==1.1.2
python==3.10.4
scikit-learn==1.1.2

0 comments on commit 95ca4a0

Please sign in to comment.