Skip to content

Commit d71b915

Browse files
git cache updated
1 parent a1f19f7 commit d71b915

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 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.8
15+
- name: Install Python 3.9
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919

2020
- name: Update apt repositories
2121
run: sudo apt update
@@ -27,7 +27,7 @@ jobs:
2727
run: python -m pip install --upgrade pip setuptools wheel
2828

2929
- name: Install poetry
30-
run: pip install poetry
30+
run: pip install "poetry<2.0.0"
3131

3232
- name: Cache poetry packages
3333
uses: actions/cache@v4

0 commit comments

Comments
 (0)