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

Commit 6478f78

Browse files
authored
ci: use python38 for actions (#659)
* ci: use python38 for actions * chore: add changelog
1 parent 8271c6f commit 6478f78

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v2
3232
with:
33-
python-version: 3.7
33+
python-version: 3.8
3434
- name: Install requirements
3535
run: make init
3636
- name: Lint with flake8, black and isort

.github/workflows/force-docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- uses: actions/setup-python@v2
3131
with:
32-
python-version: 3.7
32+
python-version: 3.8
3333
- name: Build doc and push to gh-pages
3434
run: |
3535
git config --local user.email "[email protected]"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ref: ${{ env.BRANCH_NAME }}
4242
- uses: actions/setup-python@v2
4343
with:
44-
python-version: 3.7
44+
python-version: 3.8
4545
- uses: actions/setup-node@v2
4646
with:
4747
node-version: '14'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Fixed
1818

19+
- Use python 3.8 in Github actions. ([#659](https://github.com/jina-ai/finetuner/pull/659))
20+
1921
### Docs
2022

2123

0 commit comments

Comments
 (0)