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

fix: correcting poetry install #4

Merged

Conversation

flipdazed
Copy link
Contributor

--no-dev is deprecated, use --only main or --without dev instead https://python-poetry.org/docs/1.8/cli/#options-2

New version 2 doesn't include it: https://python-poetry.org/docs/1.8/cli/#options-2

`--no-dev` is deprecated, use `--only main` or `--without dev` instead
https://python-poetry.org/docs/1.8/cli/#options-2

New version 2 doesn't include it: https://python-poetry.org/docs/1.8/cli/#options-2
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ade82bd) to head (80b58f6).
Report is 4 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #4   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          353       371   +18     
=========================================
+ Hits           353       371   +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@biagiodistefano biagiodistefano merged commit e4594c9 into biagiodistefano:main Feb 10, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants