Skip to content

Commit bcee3e2

Browse files
committed
Setting the version of poetry
1 parent 68aca8e commit bcee3e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
4343
with:
4444
install_args: "poetry@2.2.1"
45+
- run: mise use -g poetry@2.2.1
4546
- run: |
4647
poetry install
4748
poetry run black src/ tests/ --check
@@ -61,6 +62,7 @@ jobs:
6162
- uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
6263
with:
6364
install_args: "poetry@2.2.1"
65+
- run: mise use -g poetry@2.2.1
6466
- run: |
6567
poetry run python tools/generate_cli_documentation.py
6668
git diff --exit-code CLI_ARGS.md
@@ -103,6 +105,7 @@ jobs:
103105
with:
104106
install_args: "poetry@2.2.1"
105107
python-version: ${{ matrix.python-version }}
108+
- run: mise use -g poetry@2.2.1
106109
- run: |
107110
poetry install
108111
poetry run pytest tests/

0 commit comments

Comments
 (0)