Skip to content

Commit b195603

Browse files
committed
poetry upgrade
1 parent 4f53c64 commit b195603

File tree

5 files changed

+2084
-990
lines changed

5 files changed

+2084
-990
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install poetry==1.*
17+
pip install poetry==2.*
1818
poetry install
1919
- name: Test with pytest
2020
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: '3.10'
1313
architecture: x64
1414
- run: python -m pip install --upgrade pip
15-
- run: pip install poetry==1.*
15+
- run: pip install poetry==2.*
1616
- run: poetry install
1717
- run: poetry run coverage run -m pytest
1818
- run: poetry build

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install poetry==1.*
20+
pip install poetry==2.*
2121
poetry install
2222
- name: Test with pytest
2323
run: |

0 commit comments

Comments
 (0)