We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68aca8e commit bcee3e2Copy full SHA for bcee3e2
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
- uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 #v3.3.1
43
with:
44
install_args: "poetry@2.2.1"
45
+ - run: mise use -g poetry@2.2.1
46
- run: |
47
poetry install
48
poetry run black src/ tests/ --check
@@ -61,6 +62,7 @@ jobs:
61
62
63
64
65
66
67
poetry run python tools/generate_cli_documentation.py
68
git diff --exit-code CLI_ARGS.md
@@ -103,6 +105,7 @@ jobs:
103
105
104
106
107
python-version: ${{ matrix.python-version }}
108
109
110
111
poetry run pytest tests/
0 commit comments