Skip to content

Commit

Permalink
Do a poetry lock during build for older poetry versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Jun 20, 2024
1 parent 13de5a5 commit 8bccd2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
shell: bash
run: poetry config virtualenvs.in-project true

- name: Poetry lock for older poetry versions
shell: bash
run: poetry lock

- name: Poetry check & build
shell: bash
run: poetry check && poetry build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
shell: bash
run: poetry config virtualenvs.in-project true

- name: Poetry lock for older poetry versions
shell: bash
run: poetry lock

- name: Poetry check & build
shell: bash
run: poetry check && poetry build
Expand Down

0 comments on commit 8bccd2b

Please sign in to comment.