Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(ci): use poetry sync over deprecated poetry install --sync #98

Closed
blyedev opened this issue Jan 6, 2025 · 1 comment · Fixed by #99
Closed

bug(ci): use poetry sync over deprecated poetry install --sync #98

blyedev opened this issue Jan 6, 2025 · 1 comment · Fixed by #99
Assignees
Labels
backend Describes features or bugs in the /backend dir bug Something isn't working ci

Comments

@blyedev
Copy link
Owner

blyedev commented Jan 6, 2025

The --sync option is deprecated and slated for removal in the next minor release after June 2025, use the poetry sync command instead.

As the output of this action says. CI needs to updated to use up to date features

@blyedev blyedev added bug Something isn't working backend Describes features or bugs in the /backend dir ci labels Jan 6, 2025
@blyedev blyedev self-assigned this Jan 6, 2025
@blyedev
Copy link
Owner Author

blyedev commented Jan 6, 2025

The deprecation is only present in the freshly released poetry v2.0.0. Downgrading to 1.8 and pinning the version fixes the issue

blyedev added a commit that referenced this issue Jan 6, 2025
The `poetry install --sync` command is only deprecated in `2.0.0`. A
migration to version 2 needs more work and so for now downgrading and
pinning ci is the solution
@blyedev blyedev linked a pull request Jan 6, 2025 that will close this issue
@blyedev blyedev closed this as completed in e1b6512 Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Describes features or bugs in the /backend dir bug Something isn't working ci
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant