-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add toml to dev dependencies. The new GH setup only install dev dependencies #182
Conversation
@@ -71,6 +71,8 @@ jobs: | |||
uses: "actions/checkout@v3" | |||
- name: "Setup environment" | |||
uses: "networktocode/gh-action-setup-poetry-environment@v4" | |||
with: | |||
poetry-install-options: "--with dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not leave the default value?
@@ -97,6 +99,8 @@ jobs: | |||
uses: "actions/checkout@v3" | |||
- name: "Setup environment" | |||
uses: "networktocode/gh-action-setup-poetry-environment@v4" | |||
with: | |||
poetry-install-options: "--with dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
@@ -121,6 +125,7 @@ jobs: | |||
uses: "networktocode/gh-action-setup-poetry-environment@v4" | |||
with: | |||
python-version: "${{ matrix.python-version }}" | |||
poetry-install-options: "--with dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to install the library to test it, and the default only install the dev, same happened in mypy
Ref: https://github.com/networktocode/gh-action-setup-poetry-environment/blob/main/action.yml#L8