Skip to content

Commit 2379596

Browse files
committed
build.yml: Bump python to 3.10.1
1 parent a1f4cac commit 2379596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Python 3
2121
uses: actions/setup-python@v1
2222
with:
23-
python-version: 3.10
23+
python-version: 3.10.1
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)