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

Add toml to dev dependencies. The new GH setup only install dev dependencies #182

Merged
merged 8 commits into from
Oct 25, 2022

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"
Copy link
Contributor

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"
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Copy link
Collaborator Author

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

poetry.lock Outdated Show resolved Hide resolved
@chadell chadell merged commit 0f05335 into develop Oct 25, 2022
@chadell chadell deleted the fix-black branch October 25, 2022 15:21
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