Skip to content

Commit 5ef675d

Browse files
authored
update POETRY_VERSION (#357)
1.7.1 is from 2023. New versions of poetry don't have the incorrect calls to virtualenv in them.
1 parent d74fc46 commit 5ef675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
PYTHON_VERSION: "3.11"
10-
POETRY_VERSION: "1.7.1"
10+
POETRY_VERSION: "2.1.3"
1111
jobs:
1212
# Run our linter on every push to the repository.
1313
lint:

0 commit comments

Comments
 (0)