Skip to content

Commit 1264caf

Browse files
committed
update python version of black test
1 parent eb46e41 commit 1264caf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/black_formating.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
black_format:
7-
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v4
11-
- name: Set up Python 3.8
10+
- name: Set up Python 3.12
1211
uses: actions/setup-python@v5
1312
with:
14-
python-version: 3.8
13+
python-version: 3.12
1514
- name: Install dependencies
1615
run: |
1716
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)