Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 08cef57

Browse files
committed
Remove the version from poetry installation command
1 parent dc1b744 commit 08cef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install dependencies
3131
run: |
32-
curl -sSL https://install.python-poetry.org | python3 - --version 1.3.1
32+
curl -sSL https://install.python-poetry.org | python3 -
3333
poetry install
3434
3535
- name: Build package

0 commit comments

Comments
 (0)