Skip to content

Commit f2e9915

Browse files
committed
Fix poetry versions
1 parent 8ecbcca commit f2e9915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2121
- uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
2222
with:
23-
install_args: "poetry"
23+
install_args: "poetry@2.2.1"
2424
- uses: SonarSource/ci-github-actions/build-poetry@v1
2525
with:
2626
sonar-platform: none

0 commit comments

Comments
 (0)