chore: upgrade poetry for deploy (#2049)
This commit is contained in:
2
.github/workflows/code_style_checks.yml
vendored
2
.github/workflows/code_style_checks.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
uses: packetcoders/action-setup-cache-python-poetry@main
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
poetry-version: "1.8.2"
|
||||
poetry-version: "2.1.3"
|
||||
install-args: "-E dev -E postgres -E external-tools -E tests" # Adjust as necessary
|
||||
|
||||
- name: Validate PR Title
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
|
||||
run: |
|
||||
pipx install poetry==1.8.2
|
||||
pipx install poetry==2.1.3
|
||||
poetry install -E dev -E postgres
|
||||
poetry run pytest -s tests/test_client.py
|
||||
# poetry run pytest -s tests/test_client_legacy.py
|
||||
|
||||
Reference in New Issue
Block a user