Skip to content

Commit

Permalink
Merge pull request #79 from flairNLP/fix_python_version_ci
Browse files Browse the repository at this point in the history
change python version to 3.10 for publishing
  • Loading branch information
whoisjones authored Oct 27, 2023
2 parents 379ec89 + 2a2ac21 commit a88ea23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.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@v4
with:
python-version: "3.x"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit a88ea23

Please sign in to comment.