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

Cleanup checks.yml GHA workflow #1497

Conversation

droserasprout
Copy link
Contributor

Introduced changes

  • Consistent usage of "matrix.python_version"
  • Unify section headers
  • Don't setup Python twice; use Poetry from pre-installed pipx.

- name: Install dependencies (+ledger)
run: poetry install -E ledger

# ====================== LINT, FORMAT, TYPECHECK ====================== #

- name: Check poetry.lock
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can make one-liner here and in all other occurrences 😄

Comment on lines -157 to -161
- uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: 'pip'

Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like this removal may affect pip caching? Same remark to other places where it's removed.

@franciszekjob
Copy link
Collaborator

Closing due to inactivity.

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