We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7697f53 commit c0e6dcdCopy full SHA for c0e6dcd
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.9
+ - name: Install Python 3.8
16
uses: actions/setup-python@v5
17
18
- python-version: 3.9
+ python-version: 3.8
19
20
- name: Update apt repositories
21
run: sudo apt update
0 commit comments