Skip to content

Commit d744011

Browse files
committed
fix: 修改unittest、flake8_and_black文件 TencentBlueKing#7625
1 parent 1d15f71 commit d744011

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flake8_and_black.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python 3.6
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.6
22+
python-version: 3.11
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.6]
16+
python-version: [3.11]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)