File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - uses : matrix-org/setup-python-poetry@v2
2727 with :
2828 python-version : " 3.13"
29- poetry-version : " 2.1.1 "
29+ poetry-version : " 2.3.2 "
3030 extras : " all"
3131 - run : poetry run scripts-dev/generate_sample_config.sh --check
3232 - run : poetry run scripts-dev/config-lint.sh
6262 - name : Setup Poetry
6363 uses : matrix-org/setup-python-poetry@v2
6464 with :
65- poetry-version : " 2.1.1 "
65+ poetry-version : " 2.3.2 "
6666 python-version : " 3.13"
6767 install-project : " false"
6868
9393 # To make CI green, err towards caution and install the project.
9494 install-project : " true"
9595 python-version : " 3.13"
96- poetry-version : " 2.1.1 "
96+ poetry-version : " 2.3.2 "
9797
9898 # Cribbed from
9999 # https://github.com/AustinScola/mypy-cache-github-action/blob/85ea4f2972abed39b33bd02c36e341b28ca59213/src/restore.ts#L10-L17
@@ -223,7 +223,7 @@ jobs:
223223 - uses : matrix-org/setup-python-poetry@v2
224224 with :
225225 python-version : ${{ matrix.job.python-version }}
226- poetry-version : " 2.1.1 "
226+ poetry-version : " 2.3.2 "
227227 extras : ${{ matrix.job.extras }}
228228 - name : Await PostgreSQL
229229 if : ${{ matrix.job.postgres-version }}
You can’t perform that action at this time.
0 commit comments