We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d9380 commit e99b986Copy full SHA for e99b986
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,9 @@ jobs:
24
- uses: actions/setup-python@v1
25
with:
26
python-version: ${{ matrix.python }}
27
- - run: python -m pip install --upgrade wheel poetry poethepoet
+ # Using fixed Poetry version until
28
+ # https://github.com/python-poetry/poetry/pull/7694 is fixed
29
+ - run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
30
- run: poetry install --with pydantic
31
- run: poe lint
32
- run: poe test -s -o log_cli_level=DEBUG
0 commit comments