Skip to content

Commit

Permalink
Set Poetry version to 1.4.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Mar 24, 2023
1 parent f5d9380 commit e99b986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- run: python -m pip install --upgrade wheel poetry poethepoet
# Using fixed Poetry version until
# https://github.com/python-poetry/poetry/pull/7694 is fixed
- run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
- run: poetry install --with pydantic
- run: poe lint
- run: poe test -s -o log_cli_level=DEBUG
Expand Down

0 comments on commit e99b986

Please sign in to comment.