Skip to content

Commit b6812a4

Browse files
fix python version
1 parent 6eccd77 commit b6812a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15+
1516
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v4
1718
with:
1819
python-version: ${{ matrix.python-version }}
1920
architecture: x64
21+
2022
- name: Install dependencies
2123
run: |
2224
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)