Skip to content

Commit e1741b2

Browse files
fix: run poetry lock in CI to regenerate stale lock file
1 parent ae6d5df commit e1741b2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
pipx ensurepath
3333
pipx install poetry
3434
poetry config virtualenvs.in-project true
35+
poetry lock
3536
poetry install --with dev
3637
poetry build
3738
tar -czvf auth0-python.tgz *
@@ -111,6 +112,7 @@ jobs:
111112
pipx ensurepath
112113
pipx install poetry
113114
poetry config virtualenvs.in-project true
115+
poetry lock
114116
poetry install --with dev
115117
poetry self add "poetry-dynamic-versioning[plugin]"
116118

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
pipx ensurepath
6161
pipx install poetry
6262
poetry config virtualenvs.in-project true
63+
poetry lock
6364
poetry install --with dev
6465
poetry self add "poetry-dynamic-versioning[plugin]"
6566

0 commit comments

Comments
 (0)