Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
ci: use python38 for actions (#659)
Browse files Browse the repository at this point in the history
* ci: use python38 for actions

* chore: add changelog
  • Loading branch information
bwanglzu authored Jan 18, 2023
1 parent 8271c6f commit 6478f78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install requirements
run: make init
- name: Lint with flake8, black and isort
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/force-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Build doc and push to gh-pages
run: |
git config --local user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ref: ${{ env.BRANCH_NAME }}
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Use python 3.8 in Github actions. ([#659](https://github.com/jina-ai/finetuner/pull/659))

### Docs


Expand Down

0 comments on commit 6478f78

Please sign in to comment.