Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b672d64

Browse files
committedJan 6, 2025··
Update push workflow to use poetry==1.8.5
1 parent ca4742b commit b672d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: "3.11"
1313
- name: Install dependencies
1414
run: |
15-
python -m pip install --upgrade pip poetry
15+
python -m pip install --upgrade pip poetry==1.8.5
1616
poetry install
1717
- name: Lint
1818
run: |
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies
3333
run: |
34-
python -m pip install --upgrade pip poetry
34+
python -m pip install --upgrade pip poetry==1.8.5
3535
poetry install
3636
- name: Test
3737
run: poetry run pytest

0 commit comments

Comments
 (0)
Please sign in to comment.