Skip to content

Commit

Permalink
Update lockfile rebuild workflow
Browse files Browse the repository at this point in the history
2023-03-28

* Drop poetry versions prior to 1.2.2
  - Version 1.3.0 introduced a newer "format" of lockfile.
  - Upstream LiSP has updated the lockfile to this newer format.
  - Versions earlier than 1.2.2 this cannot understand this new format so
    cannot read it to update it.
  - 1.2.2 can read it, but still writes the old format. This is being kept in
    workflow as a "way back".
  • Loading branch information
s0600204 committed Aug 16, 2023
1 parent ef382ba commit 23eb7d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0

steps:

Expand Down

0 comments on commit 23eb7d9

Please sign in to comment.