Skip to content

Commit

Permalink
Update poetry version used in Python client validation (#834)
Browse files Browse the repository at this point in the history
Updates the poetry version used in Python client validation to match the one used by pydo itself.

See: digitalocean/pydo#237

Resolves errors like:

```
  The lock file is not compatible with the current version of Poetry.
  Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the `poetry lock` command.
```

https://github.com/digitalocean/openapi/actions/runs/6526929286/job/17721187808#step:7:13
  • Loading branch information
andrewsomething authored Oct 16, 2023
1 parent 5296e9e commit 10dc525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-client-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1.3.1
with:
version: 1.1.13
version: 1.6.1
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 10dc525

Please sign in to comment.