Skip to content

Commit 03073b4

Browse files
author
FirstUnicorn
committed
fix: pin Poetry version to 2.2.1 for consistent lock file generation
Prevents version mismatch between local (2.2.1) and GitHub Actions (2.3.3) causing false-positive 'out of sync' errors.
1 parent efe6d19 commit 03073b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install Poetry and dependencies
2020
run: |
21-
pip install poetry toml
21+
pip install poetry==2.2.1 toml
2222
2323
# Option 1: Poetry lock file validation
2424
- name: Check pyproject.toml validity

0 commit comments

Comments
 (0)