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

Update ci workflow #30

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Update ci workflow #30

merged 2 commits into from
Jul 10, 2024

Conversation

jvrsantacruz
Copy link
Collaborator

Remove old travis and move to github actions.

@@ -1,9 +1,6 @@
[tox]
envlist = py{3.8,3.9,3.10,3.11,3.12}-{lint,test}-{basic,yaml,hcl}
skip_missing_interpreters = true
# Prevent Tox from ignoring `deps` and installing the package (without
# development dependencies) in the environment
skipsdist = true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@frank-lenormand We don't need the app installed for the linting but we do for the cli tests cases.

Copy link
Contributor

Choose a reason for hiding this comment

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

I added this line because Tox was ignoring the requirements files entirely, and installing the package itself in the virtual environment directly.

mypy is pinned in dev-requirements.txt, and this option is only defined in the [tox] section.

@jvrsantacruz jvrsantacruz self-assigned this Jul 9, 2024
@jvrsantacruz jvrsantacruz merged commit b646790 into master Jul 10, 2024
30 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.

2 participants