Skip to content

Commit 1bcb529

Browse files
uplifted python to 3.10.16
1 parent 5901cac commit 1bcb529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.10
15+
- name: Install Python 3.10.16
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.10
18+
python-version: 3.10.16
1919

2020
- name: Update apt repositories
2121
run: sudo apt update

0 commit comments

Comments
 (0)