We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab2e40 commit d943247Copy full SHA for d943247
1 file changed
.github/workflows/continuous-integration.yml
@@ -12,10 +12,10 @@ jobs:
12
with:
13
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
14
15
- - name: Install Python 3.8
+ - name: Install Python 3.10
16
uses: actions/setup-python@v5
17
18
- python-version: 3.8
+ python-version: 3.10
19
20
- name: Update apt repositories
21
run: sudo apt update
0 commit comments