Skip to content

Commit 141661b

Browse files
Revert "fix: run poetry lock in CI to regenerate stale lock file"
This reverts commit e1741b2.
1 parent e1741b2 commit 141661b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
pipx ensurepath
3333
pipx install poetry
3434
poetry config virtualenvs.in-project true
35-
poetry lock
3635
poetry install --with dev
3736
poetry build
3837
tar -czvf auth0-python.tgz *
@@ -112,7 +111,6 @@ jobs:
112111
pipx ensurepath
113112
pipx install poetry
114113
poetry config virtualenvs.in-project true
115-
poetry lock
116114
poetry install --with dev
117115
poetry self add "poetry-dynamic-versioning[plugin]"
118116

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)