We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f19f7 commit d71b915Copy full SHA for d71b915
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.9
16
uses: actions/setup-python@v1
17
18
- python-version: 3.8
+ python-version: 3.9
19
20
- name: Update apt repositories
21
run: sudo apt update
@@ -27,7 +27,7 @@ jobs:
27
run: python -m pip install --upgrade pip setuptools wheel
28
29
- name: Install poetry
30
- run: pip install poetry
+ run: pip install "poetry<2.0.0"
31
32
- name: Cache poetry packages
33
uses: actions/cache@v4
0 commit comments